#383A53

Color #383A53 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #383A53

Tints of Payne's Grey #383A53

Color information

#383A53 (or 0x383A53) is unknown color: approx Payne's Grey. HEX triplet: 38, 3A and 53. RGB value is (56,58,83). Sum of RGB (Red+Green+Blue) = 56+58+83=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #383A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A53 is #C7C5AC. Grayscale: #3C3C3C. Windows color (decimal): -13092269 or 5454392. OLE color: 5454392.

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

Color convert

RGB565883-
CMYK0.330.3000.67
HSL235.56º19.42%27.25%-
HSV(B)235.56º32.53%32.55%-
XYZ4.714.498.8-
YUV60.25140.84124.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=28.43%
G=29.44%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5658830.330.3000.67235.5619.4227.25
Hex383A53211E043ec131b
Octal7072123413601033542333
Binary11100011101010100111000011111001000011111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A53; }

 p { color: rgb(56,58,83); }

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

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

 a { background-color: rgb(56,58,83); }

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

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

 span { border-color: rgb(56,58,83); }

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