#58435A

Color #58435A Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #58435A

Tints of Bossanova #58435A

Color information

#58435A (or 0x58435A) is unknown color: approx Bossanova. HEX triplet: 58, 43 and 5A. RGB value is (88,67,90). Sum of RGB (Red+Green+Blue) = 88+67+90=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #58435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58435A is #A7BCA5. Grayscale: #4B4B4B. Windows color (decimal): -10992806 or 5915480. OLE color: 5915480.

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

Color convert

RGB886790-
CMYK0.020.2600.65
HSL294.78º14.65%30.78%-
HSV(B)294.78º25.56%35.29%-
XYZ7.886.8310.58-
YUV75.9135.96136.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=35.92%
G=27.35%
B=36.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8867900.020.2600.65294.7814.6530.78
Hex58435A21A041127f1f
Octal13010313223201014471737
Binary101100010000111011010101101001000001100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58435A;
 }
 .AnyTagClassName
 {
   color: #58435A;
 }
</style>
background-color css

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

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

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

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

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

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