Html Css Color HEX #572988 Kingfisher Daisy

📋 copy color: '#572988'

red 87 ◦ green 41 ◦ blue 136

#572988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #572988

Tints of Kingfisher Daisy #572988

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 value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#572988 (or 0x572988) is known color: 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

RGB 87 41 136 -
CMYK 0.36 0.70 0 0.47
HSL 269.05º 0.54% 0.35% -
HSV(B) 269.05º 0.7% 0.53% -
XYZ 9.17 5.39 23.85 -
YUV 65.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 87 41 136 0.36 0.70 0 0.47 269.05 0.54 0.35
Hex 57 29 88 24 46 0 2F 10D 36 23
Octal 127 51 210 44 106 0 57 415 66 43
Binary 1010111 101001 10001000 100100 1000110 0 101111 100001101 110110 100011

Color Harmonies of #572988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572988

Black with #572988

Text Example


Text Example

White with #572988

Text Example


Text Example

HTML Codes & Css Web 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>