Html Css Color HEX #533D60 Honey Flower

📋 copy color: '#533D60'

red 83 ◦ green 61 ◦ blue 96

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

Shades of Honey Flower #533D60

Tints of Honey Flower #533D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.42%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 34.58%
G = 25.42%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533D60 (or 0x533D60) is known color: Honey Flower. HEX triplet: 53, 3D and 60. RGB value is (83,61,96). Sum of RGB (Red+Green+Blue) = 83+61+96=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #533D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D60 is #ACC29F. Grayscale: #474747. Windows color (decimal): -11322016 or 6307155. OLE color: 6307155.

HSL color Cylindrical-coordinate representation of color #533D60: hue angle of 277.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533D60 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 61 96 -
CMYK 0.14 0.36 0 0.62
HSL 277.71º 0.22% 0.31% -
HSV(B) 277.71º 0.36% 0.38% -
XYZ 7.35 6.02 11.84 -
YUV 71.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 83 61 96 0.14 0.36 0 0.62 277.71 0.22 0.31
Hex 53 3D 60 E 24 0 3E 116 16 1F
Octal 123 75 140 16 44 0 76 426 26 37
Binary 1010011 111101 1100000 1110 100100 0 111110 100010110 10110 11111

Color Harmonies of #533D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D60

Black with #533D60

Text Example


Text Example

White with #533D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,96); }

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

background-color css

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

 a { background-color: rgb(83,61,96); }

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

border-color css

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

 span { border-color: rgb(83,61,96); }

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