#572691

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

Shades of Kingfisher Daisy #572691

Tints of Kingfisher Daisy #572691

Color information

#572691 (or 0x572691) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 91. RGB value is (87,38,145). Sum of RGB (Red+Green+Blue) = 87+38+145=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #572691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572691 is #A8D96E. Grayscale: #404040. Windows color (decimal): -11065711 or 9512535. OLE color: 9512535.

HSL color Cylindrical-coordinate representation of color #572691: hue angle of 267.48º degrees, saturation: 0.58, 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 #572691 is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8738145-
CMYK0.40.7400.43
HSL267.48º58.47%35.88%-
HSV(B)267.48º73.79%56.86%-
XYZ9.735.4627.33-
YUV64.85173.23143.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=32.22%
G=14.07%
B=53.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87381450.40.7400.43267.4858.4735.88
Hex572691284A02B10b3a24
Octal12746221501120534137244
Binary10101111001101001000110100010010100101011100001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572691; }

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

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

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

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

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

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

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

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