#395559

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

Shades of Casal #395559

Tints of Casal #395559

Color information

#395559 (or 0x395559) is unknown color: approx Casal. HEX triplet: 39, 55 and 59. RGB value is (57,85,89). Sum of RGB (Red+Green+Blue) = 57+85+89=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #395559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395559 is #C6AAA6. Grayscale: #4D4D4D. Windows color (decimal): -13019815 or 5854521. OLE color: 5854521.

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

Color convert

RGB578589-
CMYK0.360.0400.65
HSL187.5º21.92%28.63%-
HSV(B)187.5º35.96%34.9%-
XYZ6.748.0910.66-
YUV77.08134.72113.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=24.68%
G=36.80%
B=38.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5785890.360.0400.65187.521.9228.63
Hex395559244041bc161d
Octal7112513144401012742635
Binary1110011010101101100110010010001000001101111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395559; }

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

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

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

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

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

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

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

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