Html Css Color HEX #5D6876 Shuttle Grey

📋 copy color: '#5D6876'

red 93 ◦ green 104 ◦ blue 118

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

Shades of Shuttle Grey #5D6876

Tints of Shuttle Grey #5D6876

RGB

 RED value IS 93 (36.72% from 255) = 29.52%

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 29.52%
G = 33.02%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D6876 (or 0x5D6876) is known color: Shuttle Grey. HEX triplet: 5D, 68 and 76. RGB value is (93,104,118). Sum of RGB (Red+Green+Blue) = 93+104+118=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6876 is #A29789. Grayscale: #666666. Windows color (decimal): -10655626 or 7759965. OLE color: 7759965.

HSL color Cylindrical-coordinate representation of color #5D6876: hue angle of 213.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D6876 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 104 118 -
CMYK 0.21 0.12 0 0.54
HSL 213.6º 0.12% 0.41% -
HSV(B) 213.6º 0.21% 0.46% -
XYZ 12.73 13.54 19.08 -
YUV 102.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 93 104 118 0.21 0.12 0 0.54 213.6 0.12 0.41
Hex 5D 68 76 15 C 0 36 D6 C 29
Octal 135 150 166 25 14 0 66 326 14 51
Binary 1011101 1101000 1110110 10101 1100 0 110110 11010110 1100 101001

Color Harmonies of #5D6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6876

Black with #5D6876

Text Example


Text Example

White with #5D6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6876; }

 p { color: rgb(93,104,118); }

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

background-color css

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

 a { background-color: rgb(93,104,118); }

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

border-color css

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

 span { border-color: rgb(93,104,118); }

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