#394E53

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

Shades of Casal #394E53

Tints of Casal #394E53

Color information

#394E53 (or 0x394E53) is unknown color: approx Casal. HEX triplet: 39, 4E and 53. RGB value is (57,78,83). Sum of RGB (Red+Green+Blue) = 57+78+83=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #394E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E53 is #C6B1AC. Grayscale: #484848. Windows color (decimal): -13021613 or 5459513. OLE color: 5459513.

HSL color Cylindrical-coordinate representation of color #394E53: hue angle of 191.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394E53 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB577883-
CMYK0.310.0600.67
HSL191.54º18.57%27.45%-
HSV(B)191.54º31.33%32.55%-
XYZ5.976.949.21-
YUV72.29134.04117.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=26.15%
G=35.78%
B=38.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5778830.310.0600.67191.5418.5727.45
Hex394E531F6043c0131b
Octal7111612337601033002333
Binary111001100111010100111111111001000011110000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394E53; }

 p { color: rgb(57,78,83); }

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

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

 a { background-color: rgb(57,78,83); }

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

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

 span { border-color: rgb(57,78,83); }

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