#533876

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

Shades of Kingfisher Daisy #533876

Tints of Kingfisher Daisy #533876

Color information

#533876 (or 0x533876) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 38 and 76. RGB value is (83,56,118). Sum of RGB (Red+Green+Blue) = 83+56+118=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #533876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533876 is #ACC789. Grayscale: #464646. Windows color (decimal): -11323274 or 7747667. OLE color: 7747667.

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

Color convert

RGB8356118-
CMYK0.300.5300.54
HSL266.13º35.63%34.12%-
HSV(B)266.13º52.54%46.27%-
XYZ8.255.9817.86-
YUV71.14154.45136.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=32.30%
G=21.79%
B=45.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83561180.300.5300.54266.1335.6334.12
Hex5338761E3503610a2422
Octal1237016636650664124442
Binary10100111110001110110111101101010110110100001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533876; }

 p { color: rgb(83,56,118); }

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

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

 a { background-color: rgb(83,56,118); }

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

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

 span { border-color: rgb(83,56,118); }

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