Html Css Color HEX #533762 Honey Flower

📋 copy color: '#533762'

red 83 ◦ green 55 ◦ blue 98

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

Shades of Honey Flower #533762

Tints of Honey Flower #533762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 35.17%
G = 23.31%
B = 41.53%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533762 (or 0x533762) is known color: Honey Flower. HEX triplet: 53, 37 and 62. RGB value is (83,55,98). Sum of RGB (Red+Green+Blue) = 83+55+98=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #533762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533762 is #ACC89D. Grayscale: #444444. Windows color (decimal): -11323550 or 6436691. OLE color: 6436691.

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

Color convert

RGB 83 55 98 -
CMYK 0.15 0.44 0 0.62
HSL 279.07º 0.28% 0.3% -
HSV(B) 279.07º 0.44% 0.38% -
XYZ 7.14 5.45 12.23 -
YUV 68.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 83 55 98 0.15 0.44 0 0.62 279.07 0.28 0.3
Hex 53 37 62 F 2C 0 3E 117 1C 1E
Octal 123 67 142 17 54 0 76 427 34 36
Binary 1010011 110111 1100010 1111 101100 0 111110 100010111 11100 11110

Color Harmonies of #533762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533762

Black with #533762

Text Example


Text Example

White with #533762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533762; }

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

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

background-color css

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

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

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

border-color css

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

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

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