#572682

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

Shades of Kingfisher Daisy #572682

Tints of Kingfisher Daisy #572682

Color information

#572682 (or 0x572682) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 82. RGB value is (87,38,130). Sum of RGB (Red+Green+Blue) = 87+38+130=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #572682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572682 is #A8D97D. Grayscale: #3E3E3E. Windows color (decimal): -11065726 or 8529495. OLE color: 8529495.

HSL color Cylindrical-coordinate representation of color #572682: hue angle of 271.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572682 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8738130-
CMYK0.330.7100.49
HSL271.96º54.76%32.94%-
HSV(B)271.96º70.77%50.98%-
XYZ8.655.0221.63-
YUV63.14165.73145.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=34.12%
G=14.90%
B=50.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87381300.330.7100.49271.9654.7632.94
Hex57268221470311103721
Octal12746202411070614206741
Binary10101111001101000001010000110001110110001100010000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572682; }

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

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

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

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

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

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

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

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