#395D63

Color #395D63 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #395D63

Tints of Casal #395D63

Color information

#395D63 (or 0x395D63) is unknown color: approx Casal. HEX triplet: 39, 5D and 63. RGB value is (57,93,99). Sum of RGB (Red+Green+Blue) = 57+93+99=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #395D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D63 is #C6A29C. Grayscale: #525252. Windows color (decimal): -13017757 or 6511929. OLE color: 6511929.

HSL color Cylindrical-coordinate representation of color #395D63: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395D63 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB579399-
CMYK0.420.0600.61
HSL188.57º26.92%30.59%-
HSV(B)188.57º42.42%38.82%-
XYZ7.859.613.24-
YUV82.92137.07109.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=22.89%
G=37.35%
B=39.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5793990.420.0600.61188.5726.9230.59
Hex395D632A603Dbd1b1f
Octal711351435260752753337
Binary111001101110111000111010101100111101101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395D63; }

 p { color: rgb(57,93,99); }

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

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

 a { background-color: rgb(57,93,99); }

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

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

 span { border-color: rgb(57,93,99); }

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