Html Css Color HEX #5D697B Shuttle Grey

📋 copy color: '#5D697B'

red 93 ◦ green 105 ◦ blue 123

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

Shades of Shuttle Grey #5D697B

Tints of Shuttle Grey #5D697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 28.97%
G = 32.71%
B = 38.32%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5D697B (or 0x5D697B) is known color: Shuttle Grey. HEX triplet: 5D, 69 and 7B. RGB value is (93,105,123). Sum of RGB (Red+Green+Blue) = 93+105+123=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D697B is #A29684. Grayscale: #676767. Windows color (decimal): -10655365 or 8087901. OLE color: 8087901.

HSL color Cylindrical-coordinate representation of color #5D697B: hue angle of 216º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D697B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 105 123 -
CMYK 0.24 0.15 0 0.52
HSL 216º 0.14% 0.42% -
HSV(B) 216º 0.24% 0.48% -
XYZ 13.14 13.86 20.72 -
YUV 103.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 93 105 123 0.24 0.15 0 0.52 216 0.14 0.42
Hex 5D 69 7B 18 F 0 34 D8 E 2A
Octal 135 151 173 30 17 0 64 330 16 52
Binary 1011101 1101001 1111011 11000 1111 0 110100 11011000 1110 101010

Color Harmonies of #5D697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D697B

Black with #5D697B

Text Example


Text Example

White with #5D697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,105,123); }

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

background-color css

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

 a { background-color: rgb(93,105,123); }

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

border-color css

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

 span { border-color: rgb(93,105,123); }

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