Html Css Color HEX #533F62 Honey Flower

📋 copy color: '#533F62'

red 83 ◦ green 63 ◦ blue 98

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

Shades of Honey Flower #533F62

Tints of Honey Flower #533F62

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

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

R = 34.02%
G = 25.82%
B = 40.16%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533F62 (or 0x533F62) is known color: Honey Flower. HEX triplet: 53, 3F and 62. RGB value is (83,63,98). Sum of RGB (Red+Green+Blue) = 83+63+98=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #533F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F62 is #ACC09D. Grayscale: #484848. Windows color (decimal): -11321502 or 6438739. OLE color: 6438739.

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

Color convert

RGB 83 63 98 -
CMYK 0.15 0.36 0 0.62
HSL 274.29º 0.22% 0.32% -
HSV(B) 274.29º 0.36% 0.38% -
XYZ 7.55 6.28 12.37 -
YUV 72.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 83 63 98 0.15 0.36 0 0.62 274.29 0.22 0.32
Hex 53 3F 62 F 24 0 3E 112 16 20
Octal 123 77 142 17 44 0 76 422 26 40
Binary 1010011 111111 1100010 1111 100100 0 111110 100010010 10110 100000

Color Harmonies of #533F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F62

Black with #533F62

Text Example


Text Example

White with #533F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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