#581B8A

Color #581B8A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #581B8A

Tints of Kingfisher Daisy #581B8A

Color information

#581B8A (or 0x581B8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1B and 8A. RGB value is (88,27,138). Sum of RGB (Red+Green+Blue) = 88+27+138=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #581B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581B8A is #A7E475. Grayscale: #393939. Windows color (decimal): -11002998 or 9050968. OLE color: 9050968.

HSL color Cylindrical-coordinate representation of color #581B8A: hue angle of 272.97º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581B8A is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8827138-
CMYK0.360.8000.46
HSL272.97º67.27%32.35%-
HSV(B)272.97º80.43%54.12%-
XYZ94.6924.48-
YUV57.89173.21149.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 27 (10.94% from 255) = 10.67%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=34.78%
G=10.67%
B=54.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88271380.360.8000.46272.9767.2732.35
Hex581B8A245002E1114320
Octal130332124412005642110340
Binary10110001101110001010100100101000001011101000100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581B8A; }

 p { color: rgb(88,27,138); }

 H1.HeaderClassName
 {
   color: #581B8A;
 }
 .AnyTagClassName
 {
   color: #581B8A;
 }
</style>
background-color css

<style>
 a { background-color: #581B8A; }

 a { background-color: rgb(88,27,138); }

 div.DivClassName
 {
   background-color: #581B8A;
 }
 .BgClassName
 {
   background-color: #581B8A;
 }
</style>
border-color css

<style>
 span { border-color: #581B8A; }

 span { border-color: rgb(88,27,138); }

 td.TdClassName
 {
   border-color: #581B8A;
 }
 .TagClassName
 {
   border-color: #581B8A;
 }
</style>