Html Css Color HEX #51626F Shuttle Grey

📋 copy color: '#51626F'

red 81 ◦ green 98 ◦ blue 111

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

Shades of Shuttle Grey #51626F

Tints of Shuttle Grey #51626F

RGB

 RED value IS 81 (32.03% from 255) = 27.93%

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 27.93%
G = 33.79%
B = 38.28%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51626F (or 0x51626F) is known color: Shuttle Grey. HEX triplet: 51, 62 and 6F. RGB value is (81,98,111). Sum of RGB (Red+Green+Blue) = 81+98+111=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #51626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51626F is #AE9D90. Grayscale: #5E5E5E. Windows color (decimal): -11443601 or 7299665. OLE color: 7299665.

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

Color convert

RGB 81 98 111 -
CMYK 0.27 0.12 0 0.56
HSL 206º 0.16% 0.38% -
HSV(B) 206º 0.27% 0.44% -
XYZ 10.63 11.63 16.72 -
YUV 94.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 81 98 111 0.27 0.12 0 0.56 206 0.16 0.38
Hex 51 62 6F 1B C 0 38 CE 10 26
Octal 121 142 157 33 14 0 70 316 20 46
Binary 1010001 1100010 1101111 11011 1100 0 111000 11001110 10000 100110

Color Harmonies of #51626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51626F

Black with #51626F

Text Example


Text Example

White with #51626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51626F; }

 p { color: rgb(81,98,111); }

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

background-color css

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

 a { background-color: rgb(81,98,111); }

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

border-color css

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

 span { border-color: rgb(81,98,111); }

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