Html Css Color HEX #58425D Bossanova

📋 copy color: '#58425D'

red 88 ◦ green 66 ◦ blue 93

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

Shades of Bossanova #58425D

Tints of Bossanova #58425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 35.63%
G = 26.72%
B = 37.65%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58425D (or 0x58425D) is known color: Bossanova. HEX triplet: 58, 42 and 5D. RGB value is (88,66,93). Sum of RGB (Red+Green+Blue) = 88+66+93=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #58425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58425D is #A7BDA2. Grayscale: #4B4B4B. Windows color (decimal): -10993059 or 6111832. OLE color: 6111832.

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

Color convert

RGB 88 66 93 -
CMYK 0.05 0.29 0 0.64
HSL 288.89º 0.17% 0.31% -
HSV(B) 288.89º 0.29% 0.36% -
XYZ 7.95 6.76 11.24 -
YUV 75.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 88 66 93 0.05 0.29 0 0.64 288.89 0.17 0.31
Hex 58 42 5D 5 1D 0 40 121 11 1F
Octal 130 102 135 5 35 0 100 441 21 37
Binary 1011000 1000010 1011101 101 11101 0 1000000 100100001 10001 11111

Color Harmonies of #58425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58425D

Black with #58425D

Text Example


Text Example

White with #58425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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