Html Css Color HEX #536373 Shuttle Grey

📋 copy color: '#536373'

red 83 ◦ green 99 ◦ blue 115

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

Shades of Shuttle Grey #536373

Tints of Shuttle Grey #536373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 27.95%
G = 33.33%
B = 38.72%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536373 (or 0x536373) is known color: Shuttle Grey. HEX triplet: 53, 63 and 73. RGB value is (83,99,115). Sum of RGB (Red+Green+Blue) = 83+99+115=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #536373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536373 is #AC9C8C. Grayscale: #5F5F5F. Windows color (decimal): -11312269 or 7562067. OLE color: 7562067.

HSL color Cylindrical-coordinate representation of color #536373: hue angle of 210º 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 #536373 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 99 115 -
CMYK 0.28 0.14 0 0.55
HSL 210º 0.16% 0.39% -
HSV(B) 210º 0.28% 0.45% -
XYZ 11.12 12 17.95 -
YUV 96.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 83 99 115 0.28 0.14 0 0.55 210 0.16 0.39
Hex 53 63 73 1C E 0 37 D2 10 27
Octal 123 143 163 34 16 0 67 322 20 47
Binary 1010011 1100011 1110011 11100 1110 0 110111 11010010 10000 100111

Color Harmonies of #536373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536373

Black with #536373

Text Example


Text Example

White with #536373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536373; }

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

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

background-color css

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

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

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

border-color css

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

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

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