#533477

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

Shades of Kingfisher Daisy #533477

Tints of Kingfisher Daisy #533477

Color information

#533477 (or 0x533477) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 34 and 77. RGB value is (83,52,119). Sum of RGB (Red+Green+Blue) = 83+52+119=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #533477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533477 is #ACCB88. Grayscale: #444444. Windows color (decimal): -11324297 or 7812179. OLE color: 7812179.

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

Color convert

RGB8352119-
CMYK0.300.5600.53
HSL267.76º39.18%33.53%-
HSV(B)267.76º56.3%46.67%-
XYZ8.135.6318.11-
YUV68.91156.27138.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=32.68%
G=20.47%
B=46.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83521190.300.5600.53267.7639.1833.53
Hex5334771E3803510c2722
Octal1236416736700654144742
Binary10100111101001110111111101110000110101100001100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533477; }

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

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

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

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

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

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

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

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