#572085

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

Shades of Kingfisher Daisy #572085

Tints of Kingfisher Daisy #572085

Color information

#572085 (or 0x572085) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 20 and 85. RGB value is (87,32,133). Sum of RGB (Red+Green+Blue) = 87+32+133=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #572085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572085 is #A8DF7A. Grayscale: #3B3B3B. Windows color (decimal): -11067259 or 8724567. OLE color: 8724567.

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

Color convert

RGB8732133-
CMYK0.350.7600.48
HSL272.67º61.21%32.35%-
HSV(B)272.67º75.94%52.16%-
XYZ8.684.7522.65-
YUV59.96169.22147.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=34.52%
G=12.70%
B=52.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87321330.350.7600.48272.6761.2132.35
Hex572085234C0301113d20
Octal12740205431140604217540
Binary10101111000001000010110001110011000110000100010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572085; }

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

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

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

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

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

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

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

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