Html Css Color HEX #572F8E Kingfisher Daisy

📋 copy color: '#572F8E'

red 87 ◦ green 47 ◦ blue 142

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

Shades of Kingfisher Daisy #572F8E

Tints of Kingfisher Daisy #572F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 31.52%
G = 17.03%
B = 51.45%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572F8E (or 0x572F8E) is known color: Kingfisher Daisy. HEX triplet: 57, 2F and 8E. RGB value is (87,47,142). Sum of RGB (Red+Green+Blue) = 87+47+142=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #572F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F8E is #A8D071. Grayscale: #454545. Windows color (decimal): -11063410 or 9318231. OLE color: 9318231.

HSL color Cylindrical-coordinate representation of color #572F8E: hue angle of 265.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572F8E is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 47 142 -
CMYK 0.39 0.67 0 0.44
HSL 265.26º 0.5% 0.37% -
HSV(B) 265.26º 0.67% 0.56% -
XYZ 9.83 6.01 26.23 -
YUV 69.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 87 47 142 0.39 0.67 0 0.44 265.26 0.5 0.37
Hex 57 2F 8E 27 43 0 2C 109 32 25
Octal 127 57 216 47 103 0 54 411 62 45
Binary 1010111 101111 10001110 100111 1000011 0 101100 100001001 110010 100101

Color Harmonies of #572F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F8E

Black with #572F8E

Text Example


Text Example

White with #572F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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