Html Css Color HEX #58405B Bossanova

📋 copy color: '#58405B'

red 88 ◦ green 64 ◦ blue 91

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

Shades of Bossanova #58405B

Tints of Bossanova #58405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 36.21%
G = 26.34%
B = 37.45%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58405B (or 0x58405B) is known color: Bossanova. HEX triplet: 58, 40 and 5B. RGB value is (88,64,91). Sum of RGB (Red+Green+Blue) = 88+64+91=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #58405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58405B is #A7BFA4. Grayscale: #4A4A4A. Windows color (decimal): -10993573 or 5980248. OLE color: 5980248.

HSL color Cylindrical-coordinate representation of color #58405B: hue angle of 293.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58405B is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 64 91 -
CMYK 0.03 0.30 0 0.64
HSL 293.33º 0.17% 0.3% -
HSV(B) 293.33º 0.3% 0.36% -
XYZ 7.75 6.5 10.74 -
YUV 74.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 88 64 91 0.03 0.30 0 0.64 293.33 0.17 0.3
Hex 58 40 5B 3 1E 0 40 125 11 1E
Octal 130 100 133 3 36 0 100 445 21 36
Binary 1011000 1000000 1011011 11 11110 0 1000000 100100101 10001 11110

Color Harmonies of #58405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58405B

Black with #58405B

Text Example


Text Example

White with #58405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58405B; }

 p { color: rgb(88,64,91); }

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

background-color css

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

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

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

border-color css

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

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

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