Html Css Color HEX #363553 Payne's Grey

📋 copy color: '#363553'

red 54 ◦ green 53 ◦ blue 83

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

Shades of Payne's Grey #363553

Tints of Payne's Grey #363553

RGB

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

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

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

R = 28.42%
G = 27.89%
B = 43.68%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363553 (or 0x363553) is known color: Payne's Grey. HEX triplet: 36, 35 and 53. RGB value is (54,53,83). Sum of RGB (Red+Green+Blue) = 54+53+83=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #363553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363553 is #C9CAAC. Grayscale: #383838. Windows color (decimal): -13224621 or 5453110. OLE color: 5453110.

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

Color convert

RGB 54 53 83 -
CMYK 0.35 0.36 0 0.67
HSL 242º 0.22% 0.27% -
HSV(B) 242º 0.36% 0.33% -
XYZ 4.36 3.96 8.72 -
YUV 56.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 54 53 83 0.35 0.36 0 0.67 242 0.22 0.27
Hex 36 35 53 23 24 0 43 F2 16 1B
Octal 66 65 123 43 44 0 103 362 26 33
Binary 110110 110101 1010011 100011 100100 0 1000011 11110010 10110 11011

Color Harmonies of #363553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363553

Black with #363553

Text Example


Text Example

White with #363553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363553; }

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

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

background-color css

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

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

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

border-color css

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

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

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