#395055

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

Shades of Casal #395055

Tints of Casal #395055

Color information

#395055 (or 0x395055) is unknown color: approx Casal. HEX triplet: 39, 50 and 55. RGB value is (57,80,85). Sum of RGB (Red+Green+Blue) = 57+80+85=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #395055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395055 is #C6AFAA. Grayscale: #494949. Windows color (decimal): -13021099 or 5591097. OLE color: 5591097.

HSL color Cylindrical-coordinate representation of color #395055: hue angle of 190.71º 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 #395055 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB578085-
CMYK0.330.0600.67
HSL190.71º19.72%27.84%-
HSV(B)190.71º32.94%33.33%-
XYZ6.27.269.67-
YUV73.69134.38116.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=25.68%
G=36.04%
B=38.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5780850.330.0600.67190.7119.7227.84
Hex395055216043bf141c
Octal7112012541601032772434
Binary1110011010000101010110000111001000011101111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395055; }

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

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

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

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

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

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

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

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