Html Css Color HEX #616570 Shuttle Grey

📋 copy color: '#616570'

red 97 ◦ green 101 ◦ blue 112

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

Shades of Shuttle Grey #616570

Tints of Shuttle Grey #616570

RGB

 RED value IS 97 (38.28% from 255) = 31.29%

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 31.29%
G = 32.58%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616570 (or 0x616570) is known color: Shuttle Grey. HEX triplet: 61, 65 and 70. RGB value is (97,101,112). Sum of RGB (Red+Green+Blue) = 97+101+112=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #616570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616570 is #9E9A8F. Grayscale: #656565. Windows color (decimal): -10394256 or 7365985. OLE color: 7365985.

HSL color Cylindrical-coordinate representation of color #616570: hue angle of 224º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616570 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 101 112 -
CMYK 0.13 0.10 0 0.56
HSL 224º 0.07% 0.41% -
HSV(B) 224º 0.13% 0.44% -
XYZ 12.51 13.02 17.18 -
YUV 101.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 97 101 112 0.13 0.10 0 0.56 224 0.07 0.41
Hex 61 65 70 D A 0 38 E0 7 29
Octal 141 145 160 15 12 0 70 340 7 51
Binary 1100001 1100101 1110000 1101 1010 0 111000 11100000 111 101001

Color Harmonies of #616570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616570

Black with #616570

Text Example


Text Example

White with #616570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616570; }

 p { color: rgb(97,101,112); }

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

background-color css

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

 a { background-color: rgb(97,101,112); }

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

border-color css

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

 span { border-color: rgb(97,101,112); }

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