Html Css Color HEX #58405D Bossanova

📋 copy color: '#58405D'

red 88 ◦ green 64 ◦ blue 93

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

Shades of Bossanova #58405D

Tints of Bossanova #58405D

RGB

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

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

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

R = 35.92%
G = 26.12%
B = 37.96%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58405D (or 0x58405D) is known color: Bossanova. HEX triplet: 58, 40 and 5D. RGB value is (88,64,93). Sum of RGB (Red+Green+Blue) = 88+64+93=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #58405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58405D is #A7BFA2. Grayscale: #4A4A4A. Windows color (decimal): -10993571 or 6111320. OLE color: 6111320.

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

Color convert

RGB 88 64 93 -
CMYK 0.05 0.31 0 0.64
HSL 289.66º 0.18% 0.31% -
HSV(B) 289.66º 0.31% 0.36% -
XYZ 7.83 6.53 11.2 -
YUV 74.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 88 64 93 0.05 0.31 0 0.64 289.66 0.18 0.31
Hex 58 40 5D 5 1F 0 40 122 12 1F
Octal 130 100 135 5 37 0 100 442 22 37
Binary 1011000 1000000 1011101 101 11111 0 1000000 100100010 10010 11111

Color Harmonies of #58405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58405D

Black with #58405D

Text Example


Text Example

White with #58405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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