#572692

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

Shades of Kingfisher Daisy #572692

Tints of Kingfisher Daisy #572692

Color information

#572692 (or 0x572692) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 92. RGB value is (87,38,146). Sum of RGB (Red+Green+Blue) = 87+38+146=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #572692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572692 is #A8D96D. Grayscale: #404040. Windows color (decimal): -11065710 or 9578071. OLE color: 9578071.

HSL color Cylindrical-coordinate representation of color #572692: hue angle of 267.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572692 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8738146-
CMYK0.400.7400.43
HSL267.22º58.7%36.08%-
HSV(B)267.22º73.97%57.25%-
XYZ9.815.4927.74-
YUV64.96173.73143.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=32.10%
G=14.02%
B=53.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87381460.400.7400.43267.2258.736.08
Hex572692284A02B10b3b24
Octal12746222501120534137344
Binary10101111001101001001010100010010100101011100001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572692; }

 p { color: rgb(87,38,146); }

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

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

 a { background-color: rgb(87,38,146); }

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

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

 span { border-color: rgb(87,38,146); }

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