Html Css Color HEX #394959 Cello

📋 copy color: '#394959'

red 57 ◦ green 73 ◦ blue 89

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

Shades of Cello #394959

Tints of Cello #394959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 26.03%
G = 33.33%
B = 40.64%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#394959 (or 0x394959) is known color: Cello. HEX triplet: 39, 49 and 59. RGB value is (57,73,89). Sum of RGB (Red+Green+Blue) = 57+73+89=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #394959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394959 is #C6B6A6. Grayscale: #454545. Windows color (decimal): -13022887 or 5851449. OLE color: 5851449.

HSL color Cylindrical-coordinate representation of color #394959: hue angle of 210º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394959 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 73 89 -
CMYK 0.36 0.18 0 0.65
HSL 210º 0.22% 0.29% -
HSV(B) 210º 0.36% 0.35% -
XYZ 5.87 6.36 10.37 -
YUV 70.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 57 73 89 0.36 0.18 0 0.65 210 0.22 0.29
Hex 39 49 59 24 12 0 41 D2 16 1D
Octal 71 111 131 44 22 0 101 322 26 35
Binary 111001 1001001 1011001 100100 10010 0 1000001 11010010 10110 11101

Color Harmonies of #394959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394959

Black with #394959

Text Example


Text Example

White with #394959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394959; }

 p { color: rgb(57,73,89); }

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

background-color css

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

 a { background-color: rgb(57,73,89); }

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

border-color css

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

 span { border-color: rgb(57,73,89); }

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