Html Css Color HEX #58616B Shuttle Grey

📋 copy color: '#58616B'

red 88 ◦ green 97 ◦ blue 107

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

Shades of Shuttle Grey #58616B

Tints of Shuttle Grey #58616B

RGB

 RED value IS 88 (34.77% from 255) = 30.14%

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 30.14%
G = 33.22%
B = 36.64%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58616B (or 0x58616B) is known color: Shuttle Grey. HEX triplet: 58, 61 and 6B. RGB value is (88,97,107). Sum of RGB (Red+Green+Blue) = 88+97+107=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #58616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58616B is #A79E94. Grayscale: #5F5F5F. Windows color (decimal): -10985109 or 7037272. OLE color: 7037272.

HSL color Cylindrical-coordinate representation of color #58616B: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58616B is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 97 107 -
CMYK 0.18 0.09 0 0.58
HSL 211.58º 0.1% 0.38% -
HSV(B) 211.58º 0.18% 0.42% -
XYZ 10.95 11.69 15.59 -
YUV 95.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 88 97 107 0.18 0.09 0 0.58 211.58 0.1 0.38
Hex 58 61 6B 12 9 0 3A D4 A 26
Octal 130 141 153 22 11 0 72 324 12 46
Binary 1011000 1100001 1101011 10010 1001 0 111010 11010100 1010 100110

Color Harmonies of #58616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58616B

Black with #58616B

Text Example


Text Example

White with #58616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58616B; }

 p { color: rgb(88,97,107); }

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

background-color css

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

 a { background-color: rgb(88,97,107); }

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

border-color css

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

 span { border-color: rgb(88,97,107); }

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