Html Css Color HEX #58445D Bossanova

📋 copy color: '#58445D'

red 88 ◦ green 68 ◦ blue 93

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

Shades of Bossanova #58445D

Tints of Bossanova #58445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 35.34%
G = 27.31%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58445D (or 0x58445D) is known color: Bossanova. HEX triplet: 58, 44 and 5D. RGB value is (88,68,93). Sum of RGB (Red+Green+Blue) = 88+68+93=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #58445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58445D is #A7BBA2. Grayscale: #4C4C4C. Windows color (decimal): -10992547 or 6112344. OLE color: 6112344.

HSL color Cylindrical-coordinate representation of color #58445D: hue angle of 288º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58445D is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 68 93 -
CMYK 0.05 0.27 0 0.64
HSL 288º 0.16% 0.32% -
HSV(B) 288º 0.27% 0.36% -
XYZ 8.07 7 11.28 -
YUV 76.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 88 68 93 0.05 0.27 0 0.64 288 0.16 0.32
Hex 58 44 5D 5 1B 0 40 120 10 20
Octal 130 104 135 5 33 0 100 440 20 40
Binary 1011000 1000100 1011101 101 11011 0 1000000 100100000 10000 100000

Color Harmonies of #58445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58445D

Black with #58445D

Text Example


Text Example

White with #58445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58445D; }

 p { color: rgb(88,68,93); }

 H1.HeaderClassName
 {
   color: #58445D;
 }
 .AnyTagClassName
 {
   color: #58445D;
 }
</style>

background-color css

<style>
 a { background-color: #58445D; }

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

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

border-color css

<style>
 span { border-color: #58445D; }

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

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