Html Css Color HEX #536674 Shuttle Grey

📋 copy color: '#536674'

red 83 ◦ green 102 ◦ blue 116

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

Shades of Shuttle Grey #536674

Tints of Shuttle Grey #536674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 27.57%
G = 33.89%
B = 38.54%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536674 (or 0x536674) is known color: Shuttle Grey. HEX triplet: 53, 66 and 74. RGB value is (83,102,116). Sum of RGB (Red+Green+Blue) = 83+102+116=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #536674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536674 is #AC998B. Grayscale: #616161. Windows color (decimal): -11311500 or 7628371. OLE color: 7628371.

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

Color convert

RGB 83 102 116 -
CMYK 0.28 0.12 0 0.55
HSL 205.45º 0.17% 0.39% -
HSV(B) 205.45º 0.28% 0.45% -
XYZ 11.47 12.6 18.35 -
YUV 97.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 83 102 116 0.28 0.12 0 0.55 205.45 0.17 0.39
Hex 53 66 74 1C C 0 37 CD 11 27
Octal 123 146 164 34 14 0 67 315 21 47
Binary 1010011 1100110 1110100 11100 1100 0 110111 11001101 10001 100111

Color Harmonies of #536674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536674

Black with #536674

Text Example


Text Example

White with #536674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536674; }

 p { color: rgb(83,102,116); }

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

background-color css

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

 a { background-color: rgb(83,102,116); }

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

border-color css

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

 span { border-color: rgb(83,102,116); }

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