Html Css Color HEX #523C58 Bossanova

📋 copy color: '#523C58'

red 82 ◦ green 60 ◦ blue 88

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

Shades of Bossanova #523C58

Tints of Bossanova #523C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 35.65%
G = 26.09%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523C58 (or 0x523C58) is known color: Bossanova. HEX triplet: 52, 3C and 58. RGB value is (82,60,88). Sum of RGB (Red+Green+Blue) = 82+60+88=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #523C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523C58 is #ADC3A7. Grayscale: #454545. Windows color (decimal): -11387816 or 5782610. OLE color: 5782610.

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

Color convert

RGB 82 60 88 -
CMYK 0.07 0.32 0 0.65
HSL 287.14º 0.19% 0.29% -
HSV(B) 287.14º 0.32% 0.35% -
XYZ 6.86 5.73 9.98 -
YUV 69.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 82 60 88 0.07 0.32 0 0.65 287.14 0.19 0.29
Hex 52 3C 58 7 20 0 41 11F 13 1D
Octal 122 74 130 7 40 0 101 437 23 35
Binary 1010010 111100 1011000 111 100000 0 1000001 100011111 10011 11101

Color Harmonies of #523C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C58

Black with #523C58

Text Example


Text Example

White with #523C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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