#385056

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

Shades of Casal #385056

Tints of Casal #385056

Color information

#385056 (or 0x385056) is unknown color: approx Casal. HEX triplet: 38, 50 and 56. RGB value is (56,80,86). Sum of RGB (Red+Green+Blue) = 56+80+86=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #385056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385056 is #C7AFA9. Grayscale: #494949. Windows color (decimal): -13086634 or 5656632. OLE color: 5656632.

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

Color convert

RGB568086-
CMYK0.350.0700.66
HSL192º21.13%27.84%-
HSV(B)192º34.88%33.73%-
XYZ6.187.259.88-
YUV73.51135.05115.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=25.23%
G=36.04%
B=38.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5680860.350.0700.6619221.1327.84
Hex385056237042c0151c
Octal7012012643701023002534
Binary1110001010000101011010001111101000010110000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385056; }

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

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

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

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

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

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

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

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