Html Css Color HEX #5B6675 Shuttle Grey

📋 copy color: '#5B6675'

red 91 ◦ green 102 ◦ blue 117

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

Shades of Shuttle Grey #5B6675

Tints of Shuttle Grey #5B6675

RGB

 RED value IS 91 (35.94% from 255) = 29.35%

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 29.35%
G = 32.9%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B6675 (or 0x5B6675) is known color: Shuttle Grey. HEX triplet: 5B, 66 and 75. RGB value is (91,102,117). Sum of RGB (Red+Green+Blue) = 91+102+117=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6675 is #A4998A. Grayscale: #646464. Windows color (decimal): -10787211 or 7693915. OLE color: 7693915.

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

Color convert

RGB 91 102 117 -
CMYK 0.22 0.13 0 0.54
HSL 214.62º 0.13% 0.41% -
HSV(B) 214.62º 0.22% 0.46% -
XYZ 12.28 13.01 18.69 -
YUV 100.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 91 102 117 0.22 0.13 0 0.54 214.62 0.13 0.41
Hex 5B 66 75 16 D 0 36 D7 C 29
Octal 133 146 165 26 15 0 66 327 14 51
Binary 1011011 1100110 1110101 10110 1101 0 110110 11010111 1100 101001

Color Harmonies of #5B6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6675

Black with #5B6675

Text Example


Text Example

White with #5B6675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,117); }

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

background-color css

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

 a { background-color: rgb(91,102,117); }

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

border-color css

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

 span { border-color: rgb(91,102,117); }

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