Html Css Color HEX #363550 Payne's Grey

📋 copy color: '#363550'

red 54 ◦ green 53 ◦ blue 80

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

Shades of Payne's Grey #363550

Tints of Payne's Grey #363550

RGB

 RED value IS 54 (21.48% from 255) = 28.88%

 GREEN value IS 53 (21.09% from 255) = 28.34%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 28.88%
G = 28.34%
B = 42.78%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#363550 (or 0x363550) is known color: Payne's Grey. HEX triplet: 36, 35 and 50. RGB value is (54,53,80). Sum of RGB (Red+Green+Blue) = 54+53+80=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #363550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363550 is #C9CAAF. Grayscale: #383838. Windows color (decimal): -13224624 or 5256502. OLE color: 5256502.

HSL color Cylindrical-coordinate representation of color #363550: hue angle of 242.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #363550 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 53 80 -
CMYK 0.33 0.34 0 0.69
HSL 242.22º 0.2% 0.26% -
HSV(B) 242.22º 0.34% 0.31% -
XYZ 4.24 3.91 8.12 -
YUV 56.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 54 53 80 0.33 0.34 0 0.69 242.22 0.2 0.26
Hex 36 35 50 21 22 0 45 F2 14 1A
Octal 66 65 120 41 42 0 105 362 24 32
Binary 110110 110101 1010000 100001 100010 0 1000101 11110010 10100 11010

Color Harmonies of #363550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363550

Black with #363550

Text Example


Text Example

White with #363550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363550; }

 p { color: rgb(54,53,80); }

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

background-color css

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

 a { background-color: rgb(54,53,80); }

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

border-color css

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

 span { border-color: rgb(54,53,80); }

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