Html Css Color HEX #533962 Honey Flower

📋 copy color: '#533962'

red 83 ◦ green 57 ◦ blue 98

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

Shades of Honey Flower #533962

Tints of Honey Flower #533962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 34.87%
G = 23.95%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533962 (or 0x533962) is known color: Honey Flower. HEX triplet: 53, 39 and 62. RGB value is (83,57,98). Sum of RGB (Red+Green+Blue) = 83+57+98=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #533962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533962 is #ACC69D. Grayscale: #454545. Windows color (decimal): -11323038 or 6437203. OLE color: 6437203.

HSL color Cylindrical-coordinate representation of color #533962: hue angle of 278.05º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533962 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 57 98 -
CMYK 0.15 0.42 0 0.62
HSL 278.05º 0.26% 0.3% -
HSV(B) 278.05º 0.42% 0.38% -
XYZ 7.24 5.65 12.26 -
YUV 69.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 83 57 98 0.15 0.42 0 0.62 278.05 0.26 0.3
Hex 53 39 62 F 2A 0 3E 116 1A 1E
Octal 123 71 142 17 52 0 76 426 32 36
Binary 1010011 111001 1100010 1111 101010 0 111110 100010110 11010 11110

Color Harmonies of #533962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533962

Black with #533962

Text Example


Text Example

White with #533962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533962; }

 p { color: rgb(83,57,98); }

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

background-color css

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

 a { background-color: rgb(83,57,98); }

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

border-color css

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

 span { border-color: rgb(83,57,98); }

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