Html Css Color HEX #533F59 Bossanova

📋 copy color: '#533F59'

red 83 ◦ green 63 ◦ blue 89

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

Shades of Bossanova #533F59

Tints of Bossanova #533F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 35.32%
G = 26.81%
B = 37.87%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533F59 (or 0x533F59) is known color: Bossanova. HEX triplet: 53, 3F and 59. RGB value is (83,63,89). Sum of RGB (Red+Green+Blue) = 83+63+89=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #533F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F59 is #ACC0A6. Grayscale: #474747. Windows color (decimal): -11321511 or 5848915. OLE color: 5848915.

HSL color Cylindrical-coordinate representation of color #533F59: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533F59 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 63 89 -
CMYK 0.07 0.29 0 0.65
HSL 286.15º 0.17% 0.3% -
HSV(B) 286.15º 0.29% 0.35% -
XYZ 7.15 6.12 10.25 -
YUV 71.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 83 63 89 0.07 0.29 0 0.65 286.15 0.17 0.3
Hex 53 3F 59 7 1D 0 41 11E 11 1E
Octal 123 77 131 7 35 0 101 436 21 36
Binary 1010011 111111 1011001 111 11101 0 1000001 100011110 10001 11110

Color Harmonies of #533F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F59

Black with #533F59

Text Example


Text Example

White with #533F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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