#354D59

Color #354D59 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #354D59

Tints of Atomic #354D59

Color information

#354D59 (or 0x354D59) is unknown color: approx Atomic. HEX triplet: 35, 4D and 59. RGB value is (53,77,89). Sum of RGB (Red+Green+Blue) = 53+77+89=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #354D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D59 is #CAB2A6. Grayscale: #474747. Windows color (decimal): -13284007 or 5852469. OLE color: 5852469.

HSL color Cylindrical-coordinate representation of color #354D59: hue angle of 200º 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 #354D59 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537789-
CMYK0.400.1300.65
HSL200º25.35%27.84%-
HSV(B)200º40.45%34.9%-
XYZ5.936.7910.45-
YUV71.19138.05115.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=24.20%
G=35.16%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5377890.400.1300.6520025.3527.84
Hex354D5928D041c8191c
Octal65115131501501013103134
Binary11010110011011011001101000110101000001110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354D59; }

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

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

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

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

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

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

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

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