Html Css Color HEX #394F53 Casal

📋 copy color: '#394F53'

red 57 ◦ green 79 ◦ blue 83

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

Shades of Casal #394F53

Tints of Casal #394F53

RGB

 RED value IS 57 (22.66% from 255) = 26.03%

 GREEN value IS 79 (31.25% from 255) = 36.07%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 26.03%
G = 36.07%
B = 37.9%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#394F53 (or 0x394F53) is known color: Casal. HEX triplet: 39, 4F and 53. RGB value is (57,79,83). Sum of RGB (Red+Green+Blue) = 57+79+83=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #394F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F53 is #C6B0AC. Grayscale: #484848. Windows color (decimal): -13021357 or 5459769. OLE color: 5459769.

HSL color Cylindrical-coordinate representation of color #394F53: hue angle of 189.23º 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 #394F53 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 79 83 -
CMYK 0.31 0.05 0 0.67
HSL 189.23º 0.19% 0.27% -
HSV(B) 189.23º 0.31% 0.33% -
XYZ 6.04 7.09 9.23 -
YUV 72.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 57 79 83 0.31 0.05 0 0.67 189.23 0.19 0.27
Hex 39 4F 53 1F 5 0 43 BD 13 1B
Octal 71 117 123 37 5 0 103 275 23 33
Binary 111001 1001111 1010011 11111 101 0 1000011 10111101 10011 11011

Color Harmonies of #394F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F53

Black with #394F53

Text Example


Text Example

White with #394F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394F53;
 }
 .AnyTagClassName
 {
   color: #394F53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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