Html Css Color HEX #394E53 Casal

📋 copy color: '#394E53'

red 57 ◦ green 78 ◦ blue 83

#394E53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #394E53

Tints of Casal #394E53

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 value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394E53 (or 0x394E53) is known color: 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

RGB 57 78 83 -
CMYK 0.31 0.06 0 0.67
HSL 191.54º 0.19% 0.27% -
HSV(B) 191.54º 0.31% 0.33% -
XYZ 5.97 6.94 9.21 -
YUV 72.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 57 78 83 0.31 0.06 0 0.67 191.54 0.19 0.27
Hex 39 4E 53 1F 6 0 43 C0 13 1B
Octal 71 116 123 37 6 0 103 300 23 33
Binary 111001 1001110 1010011 11111 110 0 1000011 11000000 10011 11011

Color Harmonies of #394E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E53

Black with #394E53

Text Example


Text Example

White with #394E53

Text Example


Text Example

HTML Codes & Css Web 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>