#355750

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

Shades of Blue Dianne #355750

Tints of Blue Dianne #355750

Color information

#355750 (or 0x355750) is unknown color: approx Blue Dianne. HEX triplet: 35, 57 and 50. RGB value is (53,87,80). Sum of RGB (Red+Green+Blue) = 53+87+80=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #355750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355750 is #CAA8AF. Grayscale: #4C4C4C. Windows color (decimal): -13281456 or 5265205. OLE color: 5265205.

HSL color Cylindrical-coordinate representation of color #355750: hue angle of 167.65º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355750 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB538780-
CMYK0.3900.080.66
HSL167.65º24.29%27.45%-
HSV(B)167.65º39.08%34.12%-
XYZ6.328.158.83-
YUV76.04130.24111.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=24.09%
G=39.55%
B=36.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387800.3900.080.66167.6524.2927.45
Hex355750270842a8181b
Octal65127120470101022503033
Binary11010110101111010000100111010001000010101010001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355750; }

 p { color: rgb(53,87,80); }

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

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

 a { background-color: rgb(53,87,80); }

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

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

 span { border-color: rgb(53,87,80); }

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