Html Css Color HEX #572297 Kingfisher Daisy

📋 copy color: '#572297'

red 87 ◦ green 34 ◦ blue 151

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

Shades of Kingfisher Daisy #572297

Tints of Kingfisher Daisy #572297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 31.99%
G = 12.5%
B = 55.51%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#572297 (or 0x572297) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 97. RGB value is (87,34,151). Sum of RGB (Red+Green+Blue) = 87+34+151=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #572297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572297 is #A8DD68. Grayscale: #3E3E3E. Windows color (decimal): -11066729 or 9904727. OLE color: 9904727.

HSL color Cylindrical-coordinate representation of color #572297: hue angle of 267.18º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572297 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 34 151 -
CMYK 0.42 0.77 0 0.41
HSL 267.18º 0.63% 0.36% -
HSV(B) 267.18º 0.77% 0.59% -
XYZ 10.09 5.4 29.79 -
YUV 63.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 87 34 151 0.42 0.77 0 0.41 267.18 0.63 0.36
Hex 57 22 97 2A 4D 0 29 10B 3F 24
Octal 127 42 227 52 115 0 51 413 77 44
Binary 1010111 100010 10010111 101010 1001101 0 101001 100001011 111111 100100

Color Harmonies of #572297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572297

Black with #572297

Text Example


Text Example

White with #572297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572297; }

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

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

background-color css

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

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

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

border-color css

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

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

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