Html Css Color HEX #536675 Shuttle Grey

📋 copy color: '#536675'

red 83 ◦ green 102 ◦ blue 117

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

Shades of Shuttle Grey #536675

Tints of Shuttle Grey #536675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 27.48%
G = 33.77%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536675 (or 0x536675) is known color: Shuttle Grey. HEX triplet: 53, 66 and 75. RGB value is (83,102,117). Sum of RGB (Red+Green+Blue) = 83+102+117=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #536675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536675 is #AC998A. Grayscale: #616161. Windows color (decimal): -11311499 or 7693907. OLE color: 7693907.

HSL color Cylindrical-coordinate representation of color #536675: hue angle of 206.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #536675 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 102 117 -
CMYK 0.29 0.13 0 0.54
HSL 206.47º 0.17% 0.39% -
HSV(B) 206.47º 0.29% 0.46% -
XYZ 11.53 12.63 18.66 -
YUV 98.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 83 102 117 0.29 0.13 0 0.54 206.47 0.17 0.39
Hex 53 66 75 1D D 0 36 CE 11 27
Octal 123 146 165 35 15 0 66 316 21 47
Binary 1010011 1100110 1110101 11101 1101 0 110110 11001110 10001 100111

Color Harmonies of #536675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536675

Black with #536675

Text Example


Text Example

White with #536675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536675; }

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

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

background-color css

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

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

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

border-color css

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

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

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