Html Css Color HEX #536476 Shuttle Grey

📋 copy color: '#536476'

red 83 ◦ green 100 ◦ blue 118

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

Shades of Shuttle Grey #536476

Tints of Shuttle Grey #536476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 27.57%
G = 33.22%
B = 39.2%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536476 (or 0x536476) is known color: Shuttle Grey. HEX triplet: 53, 64 and 76. RGB value is (83,100,118). Sum of RGB (Red+Green+Blue) = 83+100+118=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #536476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536476 is #AC9B89. Grayscale: #606060. Windows color (decimal): -11312010 or 7758931. OLE color: 7758931.

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

Color convert

RGB 83 100 118 -
CMYK 0.30 0.15 0 0.54
HSL 210.86º 0.17% 0.39% -
HSV(B) 210.86º 0.3% 0.46% -
XYZ 11.39 12.26 18.91 -
YUV 96.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 83 100 118 0.30 0.15 0 0.54 210.86 0.17 0.39
Hex 53 64 76 1E F 0 36 D3 11 27
Octal 123 144 166 36 17 0 66 323 21 47
Binary 1010011 1100100 1110110 11110 1111 0 110110 11010011 10001 100111

Color Harmonies of #536476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536476

Black with #536476

Text Example


Text Example

White with #536476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536476; }

 p { color: rgb(83,100,118); }

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

background-color css

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

 a { background-color: rgb(83,100,118); }

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

border-color css

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

 span { border-color: rgb(83,100,118); }

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