Html Css Color HEX #533761 Honey Flower

📋 copy color: '#533761'

red 83 ◦ green 55 ◦ blue 97

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

Shades of Honey Flower #533761

Tints of Honey Flower #533761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 35.32%
G = 23.4%
B = 41.28%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533761 (or 0x533761) is known color: Honey Flower. HEX triplet: 53, 37 and 61. RGB value is (83,55,97). Sum of RGB (Red+Green+Blue) = 83+55+97=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #533761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533761 is #ACC89E. Grayscale: #444444. Windows color (decimal): -11323551 or 6371155. OLE color: 6371155.

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

Color convert

RGB 83 55 97 -
CMYK 0.14 0.43 0 0.62
HSL 280º 0.28% 0.3% -
HSV(B) 280º 0.43% 0.38% -
XYZ 7.09 5.43 11.98 -
YUV 68.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 83 55 97 0.14 0.43 0 0.62 280 0.28 0.3
Hex 53 37 61 E 2B 0 3E 118 1C 1E
Octal 123 67 141 16 53 0 76 430 34 36
Binary 1010011 110111 1100001 1110 101011 0 111110 100011000 11100 11110

Color Harmonies of #533761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533761

Black with #533761

Text Example


Text Example

White with #533761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533761; }

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

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

background-color css

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

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

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

border-color css

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

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

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