Html Css Color HEX #583E5A Bossanova

📋 copy color: '#583E5A'

red 88 ◦ green 62 ◦ blue 90

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

Shades of Bossanova #583E5A

Tints of Bossanova #583E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 36.67%
G = 25.83%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#583E5A (or 0x583E5A) is known color: Bossanova. HEX triplet: 58, 3E and 5A. RGB value is (88,62,90). Sum of RGB (Red+Green+Blue) = 88+62+90=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #583E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583E5A is #A7C1A5. Grayscale: #484848. Windows color (decimal): -10994086 or 5914200. OLE color: 5914200.

HSL color Cylindrical-coordinate representation of color #583E5A: hue angle of 295.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583E5A is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 62 90 -
CMYK 0.02 0.31 0 0.65
HSL 295.71º 0.18% 0.3% -
HSV(B) 295.71º 0.31% 0.35% -
XYZ 7.59 6.26 10.48 -
YUV 72.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 88 62 90 0.02 0.31 0 0.65 295.71 0.18 0.3
Hex 58 3E 5A 2 1F 0 41 128 12 1E
Octal 130 76 132 2 37 0 101 450 22 36
Binary 1011000 111110 1011010 10 11111 0 1000001 100101000 10010 11110

Color Harmonies of #583E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583E5A

Black with #583E5A

Text Example


Text Example

White with #583E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,62,90); }

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

background-color css

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

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

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

border-color css

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

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

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