#532785

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

Shades of Kingfisher Daisy #532785

Tints of Kingfisher Daisy #532785

Color information

#532785 (or 0x532785) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 27 and 85. RGB value is (83,39,133). Sum of RGB (Red+Green+Blue) = 83+39+133=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #532785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532785 is #ACD87A. Grayscale: #3E3E3E. Windows color (decimal): -11327611 or 8726355. OLE color: 8726355.

HSL color Cylindrical-coordinate representation of color #532785: hue angle of 268.09º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532785 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8339133-
CMYK0.380.7100.48
HSL268.09º54.65%33.73%-
HSV(B)268.09º70.68%52.16%-
XYZ8.534.9822.7-
YUV62.87167.58142.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=32.55%
G=15.29%
B=52.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83391330.380.7100.48268.0954.6533.73
Hex532785264703010c3722
Octal12347205461070604146742
Binary10100111001111000010110011010001110110000100001100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532785; }

 p { color: rgb(83,39,133); }

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

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

 a { background-color: rgb(83,39,133); }

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

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

 span { border-color: rgb(83,39,133); }

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