Html Css Color HEX #583C58 Bossanova

📋 copy color: '#583C58'

red 88 ◦ green 60 ◦ blue 88

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

Shades of Bossanova #583C58

Tints of Bossanova #583C58

RGB

 RED value IS 88 (34.77% from 255) = 37.29%

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

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

R = 37.29%
G = 25.42%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#583C58 (or 0x583C58) is known color: Bossanova. HEX triplet: 58, 3C and 58. RGB value is (88,60,88). Sum of RGB (Red+Green+Blue) = 88+60+88=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #583C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583C58 is #A7C3A7. Grayscale: #474747. Windows color (decimal): -10994600 or 5782616. OLE color: 5782616.

HSL color Cylindrical-coordinate representation of color #583C58: hue angle of 300º 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 #583C58 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 60 88 -
CMYK 0 0.32 0 0.65
HSL 300º 0.19% 0.29% -
HSV(B) 300º 0.32% 0.35% -
XYZ 7.4 6.01 10 -
YUV 71.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 88 60 88 0 0.32 0 0.65 300 0.19 0.29
Hex 58 3C 58 0 20 0 41 12C 13 1D
Octal 130 74 130 0 40 0 101 454 23 35
Binary 1011000 111100 1011000 0 100000 0 1000001 100101100 10011 11101

Color Harmonies of #583C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583C58

Black with #583C58

Text Example


Text Example

White with #583C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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