#533476

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

Shades of Kingfisher Daisy #533476

Tints of Kingfisher Daisy #533476

Color information

#533476 (or 0x533476) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 34 and 76. RGB value is (83,52,118). Sum of RGB (Red+Green+Blue) = 83+52+118=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #533476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533476 is #ACCB89. Grayscale: #444444. Windows color (decimal): -11324298 or 7746643. OLE color: 7746643.

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

Color convert

RGB8352118-
CMYK0.300.5600.54
HSL268.18º38.82%33.33%-
HSV(B)268.18º55.93%46.27%-
XYZ8.075.617.8-
YUV68.79155.77138.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=32.81%
G=20.55%
B=46.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83521180.300.5600.54268.1838.8233.33
Hex5334761E3803610c2721
Octal1236416636700664144741
Binary10100111101001110110111101110000110110100001100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533476; }

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

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

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

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

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

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

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

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