Html Css Color HEX #572F76 Kingfisher Daisy

📋 copy color: '#572F76'

red 87 ◦ green 47 ◦ blue 118

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

Shades of Kingfisher Daisy #572F76

Tints of Kingfisher Daisy #572F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 34.52%
G = 18.65%
B = 46.83%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#572F76 (or 0x572F76) is known color: Kingfisher Daisy. HEX triplet: 57, 2F and 76. RGB value is (87,47,118). Sum of RGB (Red+Green+Blue) = 87+47+118=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #572F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F76 is #A8D089. Grayscale: #424242. Windows color (decimal): -11063434 or 7745367. OLE color: 7745367.

HSL color Cylindrical-coordinate representation of color #572F76: hue angle of 273.8º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572F76 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 47 118 -
CMYK 0.26 0.60 0 0.54
HSL 273.8º 0.43% 0.32% -
HSV(B) 273.8º 0.6% 0.46% -
XYZ 8.22 5.37 17.74 -
YUV 67.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 87 47 118 0.26 0.60 0 0.54 273.8 0.43 0.32
Hex 57 2F 76 1A 3C 0 36 112 2B 20
Octal 127 57 166 32 74 0 66 422 53 40
Binary 1010111 101111 1110110 11010 111100 0 110110 100010010 101011 100000

Color Harmonies of #572F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F76

Black with #572F76

Text Example


Text Example

White with #572F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572F76; }

 p { color: rgb(87,47,118); }

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

background-color css

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

 a { background-color: rgb(87,47,118); }

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

border-color css

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

 span { border-color: rgb(87,47,118); }

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