#385057

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

Shades of Casal #385057

Tints of Casal #385057

Color information

#385057 (or 0x385057) is unknown color: approx Casal. HEX triplet: 38, 50 and 57. RGB value is (56,80,87). Sum of RGB (Red+Green+Blue) = 56+80+87=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #385057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385057 is #C7AFA8. Grayscale: #494949. Windows color (decimal): -13086633 or 5722168. OLE color: 5722168.

HSL color Cylindrical-coordinate representation of color #385057: hue angle of 193.55º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385057 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB568087-
CMYK0.360.0800.66
HSL193.55º21.68%28.04%-
HSV(B)193.55º35.63%34.12%-
XYZ6.227.2710.09-
YUV73.62135.55115.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=25.11%
G=35.87%
B=39.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5680870.360.0800.66193.5521.6828.04
Hex385057248042c2161c
Octal70120127441001023022634
Binary11100010100001010111100100100001000010110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385057; }

 p { color: rgb(56,80,87); }

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

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

 a { background-color: rgb(56,80,87); }

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

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

 span { border-color: rgb(56,80,87); }

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