Html Css Color HEX #533C58 Bossanova

📋 copy color: '#533C58'

red 83 ◦ green 60 ◦ blue 88

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

Shades of Bossanova #533C58

Tints of Bossanova #533C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 35.93%
G = 25.97%
B = 38.1%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533C58 (or 0x533C58) is known color: Bossanova. HEX triplet: 53, 3C and 58. RGB value is (83,60,88). Sum of RGB (Red+Green+Blue) = 83+60+88=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #533C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C58 is #ACC3A7. Grayscale: #454545. Windows color (decimal): -11322280 or 5782611. OLE color: 5782611.

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

Color convert

RGB 83 60 88 -
CMYK 0.06 0.32 0 0.65
HSL 289.29º 0.19% 0.29% -
HSV(B) 289.29º 0.32% 0.35% -
XYZ 6.94 5.78 9.98 -
YUV 70.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 83 60 88 0.06 0.32 0 0.65 289.29 0.19 0.29
Hex 53 3C 58 6 20 0 41 121 13 1D
Octal 123 74 130 6 40 0 101 441 23 35
Binary 1010011 111100 1011000 110 100000 0 1000001 100100001 10011 11101

Color Harmonies of #533C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C58

Black with #533C58

Text Example


Text Example

White with #533C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,88); }

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

background-color css

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

 a { background-color: rgb(83,60,88); }

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

border-color css

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

 span { border-color: rgb(83,60,88); }

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