Html Css Color HEX #533C5F Honey Flower

📋 copy color: '#533C5F'

red 83 ◦ green 60 ◦ blue 95

#533C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #533C5F

Tints of Honey Flower #533C5F

RGB

 RED value IS 83 (32.81% from 255) = 34.87%

 GREEN value IS 60 (23.83% from 255) = 25.21%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 34.87%
G = 25.21%
B = 39.92%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#533C5F (or 0x533C5F) is known color: Honey Flower. HEX triplet: 53, 3C and 5F. RGB value is (83,60,95). Sum of RGB (Red+Green+Blue) = 83+60+95=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #533C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C5F is #ACC3A0. Grayscale: #464646. Windows color (decimal): -11322273 or 6241363. OLE color: 6241363.

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

Color convert

RGB 83 60 95 -
CMYK 0.13 0.37 0 0.63
HSL 279.43º 0.23% 0.3% -
HSV(B) 279.43º 0.37% 0.37% -
XYZ 7.25 5.9 11.58 -
YUV 70.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 83 60 95 0.13 0.37 0 0.63 279.43 0.23 0.3
Hex 53 3C 5F D 25 0 3F 117 17 1E
Octal 123 74 137 15 45 0 77 427 27 36
Binary 1010011 111100 1011111 1101 100101 0 111111 100010111 10111 11110

Color Harmonies of #533C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C5F

Black with #533C5F

Text Example


Text Example

White with #533C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533C5F;
 }
 .AnyTagClassName
 {
   color: #533C5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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