Html Css Color HEX #534B53 Bossanova

📋 copy color: '#534B53'

red 83 ◦ green 75 ◦ blue 83

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

Shades of Bossanova #534B53

Tints of Bossanova #534B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 34.44%
G = 31.12%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534B53 (or 0x534B53) is known color: Bossanova. HEX triplet: 53, 4B and 53. RGB value is (83,75,83). Sum of RGB (Red+Green+Blue) = 83+75+83=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B53 is #ACB4AC. Grayscale: #4E4E4E. Windows color (decimal): -11318445 or 5458771. OLE color: 5458771.

HSL color Cylindrical-coordinate representation of color #534B53: hue angle of 300º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534B53 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 83 -
CMYK 0 0.10 0 0.67
HSL 300º 0.05% 0.31% -
HSV(B) 300º 0.1% 0.33% -
XYZ 7.64 7.5 9.23 -
YUV 78.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 83 75 83 0 0.10 0 0.67 300 0.05 0.31
Hex 53 4B 53 0 A 0 43 12C 5 1F
Octal 123 113 123 0 12 0 103 454 5 37
Binary 1010011 1001011 1010011 0 1010 0 1000011 100101100 101 11111

Color Harmonies of #534B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B53

Black with #534B53

Text Example


Text Example

White with #534B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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