Html Css Color HEX #524153 Bossanova

📋 copy color: '#524153'

red 82 ◦ green 65 ◦ blue 83

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

Shades of Bossanova #524153

Tints of Bossanova #524153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

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

R = 35.65%
G = 28.26%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524153 (or 0x524153) is known color: Bossanova. HEX triplet: 52, 41 and 53. RGB value is (82,65,83). Sum of RGB (Red+Green+Blue) = 82+65+83=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #524153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524153 is #ADBEAC. Grayscale: #484848. Windows color (decimal): -11386541 or 5456210. OLE color: 5456210.

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

Color convert

RGB 82 65 83 -
CMYK 0.01 0.22 0 0.67
HSL 296.67º 0.12% 0.29% -
HSV(B) 296.67º 0.22% 0.33% -
XYZ 6.93 6.2 9.01 -
YUV 72.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 82 65 83 0.01 0.22 0 0.67 296.67 0.12 0.29
Hex 52 41 53 1 16 0 43 129 C 1D
Octal 122 101 123 1 26 0 103 451 14 35
Binary 1010010 1000001 1010011 1 10110 0 1000011 100101001 1100 11101

Color Harmonies of #524153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524153

Black with #524153

Text Example


Text Example

White with #524153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524153; }

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

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

background-color css

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

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

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

border-color css

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

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

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