Html Css Color HEX #572288 Kingfisher Daisy

📋 copy color: '#572288'

red 87 ◦ green 34 ◦ blue 136

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

Shades of Kingfisher Daisy #572288

Tints of Kingfisher Daisy #572288

RGB

 RED value IS 87 (34.38% from 255) = 33.85%

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 33.85%
G = 13.23%
B = 52.92%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#572288 (or 0x572288) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 88. RGB value is (87,34,136). Sum of RGB (Red+Green+Blue) = 87+34+136=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #572288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572288 is #A8DD77. Grayscale: #3D3D3D. Windows color (decimal): -11066744 or 8921687. OLE color: 8921687.

HSL color Cylindrical-coordinate representation of color #572288: hue angle of 271.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572288 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 34 136 -
CMYK 0.36 0.75 0 0.47
HSL 271.18º 0.6% 0.33% -
HSV(B) 271.18º 0.75% 0.53% -
XYZ 8.95 4.95 23.78 -
YUV 61.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 87 34 136 0.36 0.75 0 0.47 271.18 0.6 0.33
Hex 57 22 88 24 4B 0 2F 10F 3C 21
Octal 127 42 210 44 113 0 57 417 74 41
Binary 1010111 100010 10001000 100100 1001011 0 101111 100001111 111100 100001

Color Harmonies of #572288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572288

Black with #572288

Text Example


Text Example

White with #572288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572288; }

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

 H1.HeaderClassName
 {
   color: #572288;
 }
 .AnyTagClassName
 {
   color: #572288;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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