#533679

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

Shades of Kingfisher Daisy #533679

Tints of Kingfisher Daisy #533679

Color information

#533679 (or 0x533679) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 36 and 79. RGB value is (83,54,121). Sum of RGB (Red+Green+Blue) = 83+54+121=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #533679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533679 is #ACC986. Grayscale: #464646. Windows color (decimal): -11323783 or 7943763. OLE color: 7943763.

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

Color convert

RGB8354121-
CMYK0.310.5500.53
HSL265.97º38.29%34.31%-
HSV(B)265.97º55.37%47.45%-
XYZ8.345.8618.78-
YUV70.31156.61137.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=32.17%
G=20.93%
B=46.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83541210.310.5500.53265.9738.2934.31
Hex5336791F3703510a2622
Octal1236617137670654124642
Binary10100111101101111001111111101110110101100001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533679; }

 p { color: rgb(83,54,121); }

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

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

 a { background-color: rgb(83,54,121); }

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

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

 span { border-color: rgb(83,54,121); }

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