#533C5E

Color #533C5E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #533C5E

Tints of Honey Flower #533C5E

Color information

#533C5E (or 0x533C5E) is unknown color: approx Honey Flower. HEX triplet: 53, 3C and 5E. RGB value is (83,60,94). Sum of RGB (Red+Green+Blue) = 83+60+94=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #533C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C5E is #ACC3A1. Grayscale: #464646. Windows color (decimal): -11322274 or 6175827. OLE color: 6175827.

HSL color Cylindrical-coordinate representation of color #533C5E: hue angle of 280.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533C5E is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB836094-
CMYK0.120.3600.63
HSL280.59º22.08%30.2%-
HSV(B)280.59º36.17%36.86%-
XYZ7.25.8811.34-
YUV70.75141.12136.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 60 (23.83% from 255) = 25.32%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=35.02%
G=25.32%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8360940.120.3600.63280.5922.0830.2
Hex533C5EC2403F119161e
Octal1237413614440774312636
Binary10100111111001011110110010010001111111000110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,94); }

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

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

 a { background-color: rgb(83,60,94); }

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

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

 span { border-color: rgb(83,60,94); }

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