Html Css Color HEX #534253 Bossanova

📋 copy color: '#534253'

red 83 ◦ green 66 ◦ blue 83

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

Shades of Bossanova #534253

Tints of Bossanova #534253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 35.78%
G = 28.45%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534253 (or 0x534253) is known color: Bossanova. HEX triplet: 53, 42 and 53. RGB value is (83,66,83). Sum of RGB (Red+Green+Blue) = 83+66+83=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534253 is #ACBDAC. Grayscale: #484848. Windows color (decimal): -11320749 or 5456467. OLE color: 5456467.

HSL color Cylindrical-coordinate representation of color #534253: hue angle of 300º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534253 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 83 -
CMYK 0 0.20 0 0.67
HSL 300º 0.11% 0.29% -
HSV(B) 300º 0.2% 0.33% -
XYZ 7.08 6.36 9.04 -
YUV 73.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 83 66 83 0 0.20 0 0.67 300 0.11 0.29
Hex 53 42 53 0 14 0 43 12C B 1D
Octal 123 102 123 0 24 0 103 454 13 35
Binary 1010011 1000010 1010011 0 10100 0 1000011 100101100 1011 11101

Color Harmonies of #534253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534253

Black with #534253

Text Example


Text Example

White with #534253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534253; }

 p { color: rgb(83,66,83); }

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

background-color css

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

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

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

border-color css

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

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

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