Html Css Color HEX #524353 Bossanova

📋 copy color: '#524353'

red 82 ◦ green 67 ◦ blue 83

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

Shades of Bossanova #524353

Tints of Bossanova #524353

RGB

 RED value IS 82 (32.42% from 255) = 35.34%

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 35.34%
G = 28.88%
B = 35.78%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524353 (or 0x524353) is known color: Bossanova. HEX triplet: 52, 43 and 53. RGB value is (82,67,83). Sum of RGB (Red+Green+Blue) = 82+67+83=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #524353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524353 is #ADBCAC. Grayscale: #494949. Windows color (decimal): -11386029 or 5456722. OLE color: 5456722.

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

Color convert

RGB 82 67 83 -
CMYK 0.01 0.19 0 0.67
HSL 296.25º 0.11% 0.29% -
HSV(B) 296.25º 0.19% 0.33% -
XYZ 7.05 6.43 9.05 -
YUV 73.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 82 67 83 0.01 0.19 0 0.67 296.25 0.11 0.29
Hex 52 43 53 1 13 0 43 128 B 1D
Octal 122 103 123 1 23 0 103 450 13 35
Binary 1010010 1000011 1010011 1 10011 0 1000011 100101000 1011 11101

Color Harmonies of #524353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524353

Black with #524353

Text Example


Text Example

White with #524353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524353; }

 p { color: rgb(82,67,83); }

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

background-color css

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

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

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

border-color css

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

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

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