#572585

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

Shades of Kingfisher Daisy #572585

Tints of Kingfisher Daisy #572585

Color information

#572585 (or 0x572585) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 85. RGB value is (87,37,133). Sum of RGB (Red+Green+Blue) = 87+37+133=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #572585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572585 is #A8DA7A. Grayscale: #3E3E3E. Windows color (decimal): -11065979 or 8725847. OLE color: 8725847.

HSL color Cylindrical-coordinate representation of color #572585: hue angle of 271.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572585 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8737133-
CMYK0.350.7200.48
HSL271.25º56.47%33.33%-
HSV(B)271.25º72.18%52.16%-
XYZ8.835.0422.7-
YUV62.89167.56145.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=33.85%
G=14.40%
B=51.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87371330.350.7200.48271.2556.4733.33
Hex572585234803010f3821
Octal12745205431100604177041
Binary10101111001011000010110001110010000110000100001111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572585; }

 p { color: rgb(87,37,133); }

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

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

 a { background-color: rgb(87,37,133); }

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

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

 span { border-color: rgb(87,37,133); }

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