Html Css Color HEX #584158 Bossanova

📋 copy color: '#584158'

red 88 ◦ green 65 ◦ blue 88

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

Shades of Bossanova #584158

Tints of Bossanova #584158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 36.51%
G = 26.97%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584158 (or 0x584158) is known color: Bossanova. HEX triplet: 58, 41 and 58. RGB value is (88,65,88). Sum of RGB (Red+Green+Blue) = 88+65+88=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584158 is #A7BEA7. Grayscale: #4A4A4A. Windows color (decimal): -10993320 or 5783896. OLE color: 5783896.

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

Color convert

RGB 88 65 88 -
CMYK 0 0.26 0 0.65
HSL 300º 0.15% 0.3% -
HSV(B) 300º 0.26% 0.35% -
XYZ 7.68 6.56 10.09 -
YUV 74.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 88 65 88 0 0.26 0 0.65 300 0.15 0.3
Hex 58 41 58 0 1A 0 41 12C F 1E
Octal 130 101 130 0 32 0 101 454 17 36
Binary 1011000 1000001 1011000 0 11010 0 1000001 100101100 1111 11110

Color Harmonies of #584158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584158

Black with #584158

Text Example


Text Example

White with #584158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584158; }

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

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

background-color css

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

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

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

border-color css

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

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

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