#572988

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

Shades of Kingfisher Daisy #572988

Tints of Kingfisher Daisy #572988

Color information

#572988 (or 0x572988) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 88. RGB value is (87,41,136). Sum of RGB (Red+Green+Blue) = 87+41+136=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #572988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572988 is #A8D677. Grayscale: #414141. Windows color (decimal): -11064952 or 8923479. OLE color: 8923479.

HSL color Cylindrical-coordinate representation of color #572988: hue angle of 269.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572988 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8741136-
CMYK0.360.7000.47
HSL269.05º53.67%34.71%-
HSV(B)269.05º69.85%53.33%-
XYZ9.175.3923.85-
YUV65.58167.74143.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=32.95%
G=15.53%
B=51.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87411360.360.7000.47269.0553.6734.71
Hex572988244602F10d3623
Octal12751210441060574156643
Binary10101111010011000100010010010001100101111100001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572988; }

 p { color: rgb(87,41,136); }

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

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

 a { background-color: rgb(87,41,136); }

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

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

 span { border-color: rgb(87,41,136); }

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