#533287

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

Shades of Kingfisher Daisy #533287

Tints of Kingfisher Daisy #533287

Color information

#533287 (or 0x533287) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 32 and 87. RGB value is (83,50,135). Sum of RGB (Red+Green+Blue) = 83+50+135=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #533287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533287 is #ACCD78. Grayscale: #454545. Windows color (decimal): -11324793 or 8860243. OLE color: 8860243.

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

Color convert

RGB8350135-
CMYK0.390.6300.47
HSL263.29º45.95%36.27%-
HSV(B)263.29º62.96%52.94%-
XYZ9.085.8723.58-
YUV69.56164.93137.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=30.97%
G=18.66%
B=50.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83501350.390.6300.47263.2945.9536.27
Hex533287273F02F1072e24
Octal1236220747770574075644
Binary1010011110010100001111001111111110101111100000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533287; }

 p { color: rgb(83,50,135); }

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

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

 a { background-color: rgb(83,50,135); }

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

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

 span { border-color: rgb(83,50,135); }

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