Html Css Color HEX #393852 Payne's Grey

📋 copy color: '#393852'

red 57 ◦ green 56 ◦ blue 82

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

Shades of Payne's Grey #393852

Tints of Payne's Grey #393852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 29.23%
G = 28.72%
B = 42.05%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#393852 (or 0x393852) is known color: Payne's Grey. HEX triplet: 39, 38 and 52. RGB value is (57,56,82). Sum of RGB (Red+Green+Blue) = 57+56+82=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #393852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393852 is #C6C7AD. Grayscale: #3B3B3B. Windows color (decimal): -13027246 or 5388345. OLE color: 5388345.

HSL color Cylindrical-coordinate representation of color #393852: hue angle of 242.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #393852 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 56 82 -
CMYK 0.30 0.32 0 0.68
HSL 242.31º 0.19% 0.27% -
HSV(B) 242.31º 0.32% 0.32% -
XYZ 4.62 4.31 8.57 -
YUV 59.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 57 56 82 0.30 0.32 0 0.68 242.31 0.19 0.27
Hex 39 38 52 1E 20 0 44 F2 13 1B
Octal 71 70 122 36 40 0 104 362 23 33
Binary 111001 111000 1010010 11110 100000 0 1000100 11110010 10011 11011

Color Harmonies of #393852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393852

Black with #393852

Text Example


Text Example

White with #393852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393852; }

 p { color: rgb(57,56,82); }

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

background-color css

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

 a { background-color: rgb(57,56,82); }

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

border-color css

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

 span { border-color: rgb(57,56,82); }

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