#355953

Color #355953 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #355953

Tints of Blue Dianne #355953

Color information

#355953 (or 0x355953) is unknown color: approx Blue Dianne. HEX triplet: 35, 59 and 53. RGB value is (53,89,83). Sum of RGB (Red+Green+Blue) = 53+89+83=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #355953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355953 is #CAA6AC. Grayscale: #4D4D4D. Windows color (decimal): -13280941 or 5462325. OLE color: 5462325.

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

Color convert

RGB538983-
CMYK0.4000.070.65
HSL170º25.35%27.84%-
HSV(B)170º40.45%34.9%-
XYZ6.68.539.48-
YUV77.55131.07110.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=23.56%
G=39.56%
B=36.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389830.4000.070.6517025.3527.84
Hex355953280741aa191c
Octal6513112350071012523134
Binary1101011011001101001110100001111000001101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355953; }

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

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

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

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

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

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

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

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