Html Css Color HEX #58415A Bossanova

📋 copy color: '#58415A'

red 88 ◦ green 65 ◦ blue 90

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

Shades of Bossanova #58415A

Tints of Bossanova #58415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 36.21%
G = 26.75%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58415A (or 0x58415A) is known color: Bossanova. HEX triplet: 58, 41 and 5A. RGB value is (88,65,90). Sum of RGB (Red+Green+Blue) = 88+65+90=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #58415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58415A is #A7BEA5. Grayscale: #4A4A4A. Windows color (decimal): -10993318 or 5914968. OLE color: 5914968.

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

Color convert

RGB 88 65 90 -
CMYK 0.02 0.28 0 0.65
HSL 295.2º 0.16% 0.3% -
HSV(B) 295.2º 0.28% 0.35% -
XYZ 7.76 6.59 10.54 -
YUV 74.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 88 65 90 0.02 0.28 0 0.65 295.2 0.16 0.3
Hex 58 41 5A 2 1C 0 41 127 10 1E
Octal 130 101 132 2 34 0 101 447 20 36
Binary 1011000 1000001 1011010 10 11100 0 1000001 100100111 10000 11110

Color Harmonies of #58415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58415A

Black with #58415A

Text Example


Text Example

White with #58415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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