Html Css Color HEX #5D636A Shuttle Grey

📋 copy color: '#5D636A'

red 93 ◦ green 99 ◦ blue 106

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

Shades of Shuttle Grey #5D636A

Tints of Shuttle Grey #5D636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 31.21%
G = 33.22%
B = 35.57%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D636A (or 0x5D636A) is known color: Shuttle Grey. HEX triplet: 5D, 63 and 6A. RGB value is (93,99,106). Sum of RGB (Red+Green+Blue) = 93+99+106=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D636A is #A29C95. Grayscale: #616161. Windows color (decimal): -10656918 or 6972253. OLE color: 6972253.

HSL color Cylindrical-coordinate representation of color #5D636A: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D636A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 99 106 -
CMYK 0.12 0.07 0 0.58
HSL 212.31º 0.07% 0.39% -
HSV(B) 212.31º 0.12% 0.42% -
XYZ 11.58 12.29 15.4 -
YUV 98 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 93 99 106 0.12 0.07 0 0.58 212.31 0.07 0.39
Hex 5D 63 6A C 7 0 3A D4 7 27
Octal 135 143 152 14 7 0 72 324 7 47
Binary 1011101 1100011 1101010 1100 111 0 111010 11010100 111 100111

Color Harmonies of #5D636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D636A

Black with #5D636A

Text Example


Text Example

White with #5D636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,99,106); }

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

background-color css

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

 a { background-color: rgb(93,99,106); }

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

border-color css

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

 span { border-color: rgb(93,99,106); }

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