#572F8A

Color #572F8A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #572F8A

Tints of Kingfisher Daisy #572F8A

Color information

#572F8A (or 0x572F8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2F and 8A. RGB value is (87,47,138). Sum of RGB (Red+Green+Blue) = 87+47+138=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #572F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F8A is #A8D075. Grayscale: #454545. Windows color (decimal): -11063414 or 9056087. OLE color: 9056087.

HSL color Cylindrical-coordinate representation of color #572F8A: hue angle of 266.37º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572F8A is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8747138-
CMYK0.370.6600.46
HSL266.37º49.19%36.27%-
HSV(B)266.37º65.94%54.12%-
XYZ9.535.8924.68-
YUV69.33166.75140.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 47 (18.75% from 255) = 17.28%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=31.99%
G=17.28%
B=50.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87471380.370.6600.46266.3749.1936.27
Hex572F8A254202E10a3124
Octal12757212451020564126144
Binary10101111011111000101010010110000100101110100001010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #572F8A;
 }
 .AnyTagClassName
 {
   color: #572F8A;
 }
</style>
background-color css

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

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

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

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

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

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