Html Css Color HEX #572F7F Kingfisher Daisy

📋 copy color: '#572F7F'

red 87 ◦ green 47 ◦ blue 127

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

Shades of Kingfisher Daisy #572F7F

Tints of Kingfisher Daisy #572F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.66%

R = 33.33%
G = 18.01%
B = 48.66%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572F7F (or 0x572F7F) is known color: Kingfisher Daisy. HEX triplet: 57, 2F and 7F. RGB value is (87,47,127). Sum of RGB (Red+Green+Blue) = 87+47+127=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #572F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F7F is #A8D080. Grayscale: #434343. Windows color (decimal): -11063425 or 8335191. OLE color: 8335191.

HSL color Cylindrical-coordinate representation of color #572F7F: hue angle of 270º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572F7F is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 47 127 -
CMYK 0.31 0.63 0 0.50
HSL 270º 0.46% 0.34% -
HSV(B) 270º 0.63% 0.5% -
XYZ 8.78 5.59 20.7 -
YUV 68.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 87 47 127 0.31 0.63 0 0.50 270 0.46 0.34
Hex 57 2F 7F 1F 3F 0 32 10E 2E 22
Octal 127 57 177 37 77 0 62 416 56 42
Binary 1010111 101111 1111111 11111 111111 0 110010 100001110 101110 100010

Color Harmonies of #572F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F7F

Black with #572F7F

Text Example


Text Example

White with #572F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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