#572687

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

Shades of Kingfisher Daisy #572687

Tints of Kingfisher Daisy #572687

Color information

#572687 (or 0x572687) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 87. RGB value is (87,38,135). Sum of RGB (Red+Green+Blue) = 87+38+135=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #572687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572687 is #A8D978. Grayscale: #3F3F3F. Windows color (decimal): -11065721 or 8857175. OLE color: 8857175.

HSL color Cylindrical-coordinate representation of color #572687: hue angle of 270.31º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572687 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8738135-
CMYK0.360.7200.47
HSL270.31º56.07%33.92%-
HSV(B)270.31º71.85%52.94%-
XYZ95.1623.44-
YUV63.71168.23144.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=33.46%
G=14.62%
B=51.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87381350.360.7200.47270.3156.0733.92
Hex572687244802F10e3822
Octal12746207441100574167042
Binary10101111001101000011110010010010000101111100001110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572687; }

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

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

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

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

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

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

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

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