Html Css Color HEX #536370 Shuttle Grey

📋 copy color: '#536370'

red 83 ◦ green 99 ◦ blue 112

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

Shades of Shuttle Grey #536370

Tints of Shuttle Grey #536370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 28.23%
G = 33.67%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536370 (or 0x536370) is known color: Shuttle Grey. HEX triplet: 53, 63 and 70. RGB value is (83,99,112). Sum of RGB (Red+Green+Blue) = 83+99+112=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #536370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536370 is #AC9C8F. Grayscale: #5F5F5F. Windows color (decimal): -11312272 or 7365459. OLE color: 7365459.

HSL color Cylindrical-coordinate representation of color #536370: hue angle of 206.9º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536370 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 99 112 -
CMYK 0.26 0.12 0 0.56
HSL 206.9º 0.15% 0.38% -
HSV(B) 206.9º 0.26% 0.44% -
XYZ 10.95 11.93 17.06 -
YUV 95.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 83 99 112 0.26 0.12 0 0.56 206.9 0.15 0.38
Hex 53 63 70 1A C 0 38 CF F 26
Octal 123 143 160 32 14 0 70 317 17 46
Binary 1010011 1100011 1110000 11010 1100 0 111000 11001111 1111 100110

Color Harmonies of #536370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536370

Black with #536370

Text Example


Text Example

White with #536370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536370; }

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

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

background-color css

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

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

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

border-color css

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

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

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