#581A88

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

Shades of Kingfisher Daisy #581A88

Tints of Kingfisher Daisy #581A88

Color information

#581A88 (or 0x581A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1A and 88. RGB value is (88,26,136). Sum of RGB (Red+Green+Blue) = 88+26+136=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #581A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581A88 is #A7E577. Grayscale: #383838. Windows color (decimal): -11003256 or 8919640. OLE color: 8919640.

HSL color Cylindrical-coordinate representation of color #581A88: hue angle of 273.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581A88 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8826136-
CMYK0.350.8100.47
HSL273.82º67.9%31.76%-
HSV(B)273.82º80.88%53.33%-
XYZ8.844.5923.71-
YUV57.08172.54150.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=35.2%
G=10.4%
B=54.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88261360.350.8100.47273.8267.931.76
Hex581A88235102F1124420
Octal130322104312105742210440
Binary10110001101010001000100011101000101011111000100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,26,136); }

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

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

 a { background-color: rgb(88,26,136); }

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

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

 span { border-color: rgb(88,26,136); }

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