#533589

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

Shades of Kingfisher Daisy #533589

Tints of Kingfisher Daisy #533589

Color information

#533589 (or 0x533589) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 35 and 89. RGB value is (83,53,137). Sum of RGB (Red+Green+Blue) = 83+53+137=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #533589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533589 is #ACCA76. Grayscale: #474747. Windows color (decimal): -11324023 or 8992083. OLE color: 8992083.

HSL color Cylindrical-coordinate representation of color #533589: hue angle of 261.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533589 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8353137-
CMYK0.390.6100.46
HSL261.43º44.21%37.25%-
HSV(B)261.43º61.31%53.73%-
XYZ9.366.1924.37-
YUV71.55164.94136.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=30.40%
G=19.41%
B=50.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83531370.390.6100.46261.4344.2137.25
Hex533589273D02E1052c25
Octal1236521147750564055445
Binary1010011110101100010011001111111010101110100000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533589; }

 p { color: rgb(83,53,137); }

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

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

 a { background-color: rgb(83,53,137); }

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

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

 span { border-color: rgb(83,53,137); }

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