Html Css Color HEX #536677 Shuttle Grey

📋 copy color: '#536677'

red 83 ◦ green 102 ◦ blue 119

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

Shades of Shuttle Grey #536677

Tints of Shuttle Grey #536677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 27.3%
G = 33.55%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536677 (or 0x536677) is known color: Shuttle Grey. HEX triplet: 53, 66 and 77. RGB value is (83,102,119). Sum of RGB (Red+Green+Blue) = 83+102+119=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #536677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536677 is #AC9988. Grayscale: #626262. Windows color (decimal): -11311497 or 7824979. OLE color: 7824979.

HSL color Cylindrical-coordinate representation of color #536677: hue angle of 208.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536677 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 102 119 -
CMYK 0.30 0.14 0 0.53
HSL 208.33º 0.18% 0.4% -
HSV(B) 208.33º 0.3% 0.47% -
XYZ 11.65 12.67 19.29 -
YUV 98.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 83 102 119 0.30 0.14 0 0.53 208.33 0.18 0.4
Hex 53 66 77 1E E 0 35 D0 12 28
Octal 123 146 167 36 16 0 65 320 22 50
Binary 1010011 1100110 1110111 11110 1110 0 110101 11010000 10010 101000

Color Harmonies of #536677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536677

Black with #536677

Text Example


Text Example

White with #536677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536677; }

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

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

background-color css

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

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

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

border-color css

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

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

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