#572690

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

Shades of Kingfisher Daisy #572690

Tints of Kingfisher Daisy #572690

Color information

#572690 (or 0x572690) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 90. RGB value is (87,38,144). Sum of RGB (Red+Green+Blue) = 87+38+144=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #572690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572690 is #A8D96F. Grayscale: #404040. Windows color (decimal): -11065712 or 9446999. OLE color: 9446999.

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

Color convert

RGB8738144-
CMYK0.400.7400.44
HSL267.74º58.24%35.69%-
HSV(B)267.74º73.61%56.47%-
XYZ9.665.4326.92-
YUV64.74172.73143.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=32.34%
G=14.13%
B=53.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87381440.400.7400.44267.7458.2435.69
Hex572690284A02C10c3a24
Octal12746220501120544147244
Binary10101111001101001000010100010010100101100100001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572690; }

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

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

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

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

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

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

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

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