#385059

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

Shades of Casal #385059

Tints of Casal #385059

Color information

#385059 (or 0x385059) is unknown color: approx Casal. HEX triplet: 38, 50 and 59. RGB value is (56,80,89). Sum of RGB (Red+Green+Blue) = 56+80+89=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #385059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385059 is #C7AFA6. Grayscale: #494949. Windows color (decimal): -13086631 or 5853240. OLE color: 5853240.

HSL color Cylindrical-coordinate representation of color #385059: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385059 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568089-
CMYK0.370.1000.65
HSL196.36º22.76%28.43%-
HSV(B)196.36º37.08%34.9%-
XYZ6.37.310.53-
YUV73.85136.55115.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=24.89%
G=35.56%
B=39.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5680890.370.1000.65196.3622.7628.43
Hex38505925A041c4171c
Octal70120131451201013042734
Binary11100010100001011001100101101001000001110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385059; }

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

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

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

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

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

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

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

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