Html Css Color HEX #58455A Bossanova

📋 copy color: '#58455A'

red 88 ◦ green 69 ◦ blue 90

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

Shades of Bossanova #58455A

Tints of Bossanova #58455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 35.63%
G = 27.94%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58455A (or 0x58455A) is known color: Bossanova. HEX triplet: 58, 45 and 5A. RGB value is (88,69,90). Sum of RGB (Red+Green+Blue) = 88+69+90=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #58455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58455A is #A7BAA5. Grayscale: #4D4D4D. Windows color (decimal): -10992294 or 5915992. OLE color: 5915992.

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

Color convert

RGB 88 69 90 -
CMYK 0.02 0.23 0 0.65
HSL 294.29º 0.13% 0.31% -
HSV(B) 294.29º 0.23% 0.35% -
XYZ 8 7.07 10.62 -
YUV 77.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 88 69 90 0.02 0.23 0 0.65 294.29 0.13 0.31
Hex 58 45 5A 2 17 0 41 126 D 1F
Octal 130 105 132 2 27 0 101 446 15 37
Binary 1011000 1000101 1011010 10 10111 0 1000001 100100110 1101 11111

Color Harmonies of #58455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58455A

Black with #58455A

Text Example


Text Example

White with #58455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58455A; }

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

 H1.HeaderClassName
 {
   color: #58455A;
 }
 .AnyTagClassName
 {
   color: #58455A;
 }
</style>

background-color css

<style>
 a { background-color: #58455A; }

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

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

border-color css

<style>
 span { border-color: #58455A; }

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

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