#353959

Color #353959 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #353959

Tints of Bay Of Many #353959

Color information

#353959 (or 0x353959) is unknown color: approx Bay Of Many. HEX triplet: 35, 39 and 59. RGB value is (53,57,89). Sum of RGB (Red+Green+Blue) = 53+57+89=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #353959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353959 is #CAC6A6. Grayscale: #3B3B3B. Windows color (decimal): -13289127 or 5847349. OLE color: 5847349.

HSL color Cylindrical-coordinate representation of color #353959: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353959 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB535789-
CMYK0.400.3600.65
HSL233.33º25.35%27.84%-
HSV(B)233.33º40.45%34.9%-
XYZ4.734.410.05-
YUV59.45144.67123.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=26.63%
G=28.64%
B=44.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5357890.400.3600.65233.3325.3527.84
Hex3539592824041e9191c
Octal6571131504401013513134
Binary110101111001101100110100010010001000001111010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353959; }

 p { color: rgb(53,57,89); }

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

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

 a { background-color: rgb(53,57,89); }

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

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

 span { border-color: rgb(53,57,89); }

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