Html Css Color HEX #523B58 Bossanova

📋 copy color: '#523B58'

red 82 ◦ green 59 ◦ blue 88

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

Shades of Bossanova #523B58

Tints of Bossanova #523B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.76%

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

R = 35.81%
G = 25.76%
B = 38.43%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523B58 (or 0x523B58) is known color: Bossanova. HEX triplet: 52, 3B and 58. RGB value is (82,59,88). Sum of RGB (Red+Green+Blue) = 82+59+88=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #523B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B58 is #ADC4A7. Grayscale: #454545. Windows color (decimal): -11388072 or 5782354. OLE color: 5782354.

HSL color Cylindrical-coordinate representation of color #523B58: hue angle of 287.59º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523B58 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 59 88 -
CMYK 0.07 0.33 0 0.65
HSL 287.59º 0.2% 0.29% -
HSV(B) 287.59º 0.33% 0.35% -
XYZ 6.81 5.63 9.96 -
YUV 69.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 82 59 88 0.07 0.33 0 0.65 287.59 0.2 0.29
Hex 52 3B 58 7 21 0 41 120 14 1D
Octal 122 73 130 7 41 0 101 440 24 35
Binary 1010010 111011 1011000 111 100001 0 1000001 100100000 10100 11101

Color Harmonies of #523B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B58

Black with #523B58

Text Example


Text Example

White with #523B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523B58; }

 p { color: rgb(82,59,88); }

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

background-color css

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

 a { background-color: rgb(82,59,88); }

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

border-color css

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

 span { border-color: rgb(82,59,88); }

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