#395953

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

Shades of Blue Dianne #395953

Tints of Blue Dianne #395953

Color information

#395953 (or 0x395953) is unknown color: approx Blue Dianne. HEX triplet: 39, 59 and 53. RGB value is (57,89,83). Sum of RGB (Red+Green+Blue) = 57+89+83=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #395953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395953 is #C6A6AC. Grayscale: #4E4E4E. Windows color (decimal): -13018797 or 5462329. OLE color: 5462329.

HSL color Cylindrical-coordinate representation of color #395953: hue angle of 168.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395953 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB578983-
CMYK0.3600.070.65
HSL168.75º21.92%28.63%-
HSV(B)168.75º35.96%34.9%-
XYZ6.828.649.49-
YUV78.75130.4112.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=24.89%
G=38.86%
B=36.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789830.3600.070.65168.7521.9228.63
Hex395953240741a9161d
Octal7113112344071012512635
Binary1110011011001101001110010001111000001101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395953; }

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

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

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

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

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

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

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

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