Html Css Color HEX #572688 Kingfisher Daisy

📋 copy color: '#572688'

red 87 ◦ green 38 ◦ blue 136

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

Shades of Kingfisher Daisy #572688

Tints of Kingfisher Daisy #572688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 33.33%
G = 14.56%
B = 52.11%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#572688 (or 0x572688) is known color: Kingfisher Daisy. HEX triplet: 57, 26 and 88. RGB value is (87,38,136). Sum of RGB (Red+Green+Blue) = 87+38+136=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #572688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572688 is #A8D977. Grayscale: #3F3F3F. Windows color (decimal): -11065720 or 8922711. OLE color: 8922711.

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

Color convert

RGB 87 38 136 -
CMYK 0.36 0.72 0 0.47
HSL 270º 0.56% 0.34% -
HSV(B) 270º 0.72% 0.53% -
XYZ 9.07 5.19 23.82 -
YUV 63.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 87 38 136 0.36 0.72 0 0.47 270 0.56 0.34
Hex 57 26 88 24 48 0 2F 10E 38 22
Octal 127 46 210 44 110 0 57 416 70 42
Binary 1010111 100110 10001000 100100 1001000 0 101111 100001110 111000 100010

Color Harmonies of #572688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572688

Black with #572688

Text Example


Text Example

White with #572688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572688; }

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

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

background-color css

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

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

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

border-color css

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

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

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