#395155

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

Shades of Casal #395155

Tints of Casal #395155

Color information

#395155 (or 0x395155) is unknown color: approx Casal. HEX triplet: 39, 51 and 55. RGB value is (57,81,85). Sum of RGB (Red+Green+Blue) = 57+81+85=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #395155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395155 is #C6AEAA. Grayscale: #4A4A4A. Windows color (decimal): -13020843 or 5591353. OLE color: 5591353.

HSL color Cylindrical-coordinate representation of color #395155: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395155 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578185-
CMYK0.330.0500.67
HSL188.57º19.72%27.84%-
HSV(B)188.57º32.94%33.33%-
XYZ6.277.419.69-
YUV74.28134.05115.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=25.56%
G=36.32%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5781850.330.0500.67188.5719.7227.84
Hex395155215043bd141c
Octal7112112541501032752434
Binary1110011010001101010110000110101000011101111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395155; }

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

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

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

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

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

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

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

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