#533A78

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

Shades of Kingfisher Daisy #533A78

Tints of Kingfisher Daisy #533A78

Color information

#533A78 (or 0x533A78) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 3A and 78. RGB value is (83,58,120). Sum of RGB (Red+Green+Blue) = 83+58+120=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #533A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A78 is #ACC587. Grayscale: #484848. Windows color (decimal): -11322760 or 7879251. OLE color: 7879251.

HSL color Cylindrical-coordinate representation of color #533A78: hue angle of 264.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533A78 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8358120-
CMYK0.310.5200.53
HSL264.19º34.83%34.9%-
HSV(B)264.19º51.67%47.06%-
XYZ8.476.2218.52-
YUV72.54154.78135.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=31.80%
G=22.22%
B=45.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83581200.310.5200.53264.1934.8334.9
Hex533A781F340351082323
Octal1237217037640654104343
Binary10100111110101111000111111101000110101100001000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A78; }

 p { color: rgb(83,58,120); }

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

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

 a { background-color: rgb(83,58,120); }

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

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

 span { border-color: rgb(83,58,120); }

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