Html Css Color HEX #536273 Shuttle Grey

📋 copy color: '#536273'

red 83 ◦ green 98 ◦ blue 115

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

Shades of Shuttle Grey #536273

Tints of Shuttle Grey #536273

RGB

 RED value IS 83 (32.81% from 255) = 28.04%

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 28.04%
G = 33.11%
B = 38.85%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536273 (or 0x536273) is known color: Shuttle Grey. HEX triplet: 53, 62 and 73. RGB value is (83,98,115). Sum of RGB (Red+Green+Blue) = 83+98+115=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #536273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536273 is #AC9D8C. Grayscale: #5F5F5F. Windows color (decimal): -11312525 or 7561811. OLE color: 7561811.

HSL color Cylindrical-coordinate representation of color #536273: hue angle of 211.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536273 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 98 115 -
CMYK 0.28 0.15 0 0.55
HSL 211.88º 0.16% 0.39% -
HSV(B) 211.88º 0.28% 0.45% -
XYZ 11.03 11.81 17.92 -
YUV 95.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 83 98 115 0.28 0.15 0 0.55 211.88 0.16 0.39
Hex 53 62 73 1C F 0 37 D4 10 27
Octal 123 142 163 34 17 0 67 324 20 47
Binary 1010011 1100010 1110011 11100 1111 0 110111 11010100 10000 100111

Color Harmonies of #536273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536273

Black with #536273

Text Example


Text Example

White with #536273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536273; }

 p { color: rgb(83,98,115); }

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

background-color css

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

 a { background-color: rgb(83,98,115); }

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

border-color css

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

 span { border-color: rgb(83,98,115); }

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