Html Css Color HEX #58666E Shuttle Grey

📋 copy color: '#58666E'

red 88 ◦ green 102 ◦ blue 110

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

Shades of Shuttle Grey #58666E

Tints of Shuttle Grey #58666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 29.33%
G = 34%
B = 36.67%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58666E (or 0x58666E) is known color: Shuttle Grey. HEX triplet: 58, 66 and 6E. RGB value is (88,102,110). Sum of RGB (Red+Green+Blue) = 88+102+110=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #58666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666E is #A79991. Grayscale: #626262. Windows color (decimal): -10983826 or 7235160. OLE color: 7235160.

HSL color Cylindrical-coordinate representation of color #58666E: hue angle of 201.82º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58666E is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 102 110 -
CMYK 0.2 0.07 0 0.57
HSL 201.82º 0.11% 0.39% -
HSV(B) 201.82º 0.2% 0.43% -
XYZ 11.59 12.7 16.59 -
YUV 98.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 88 102 110 0.2 0.07 0 0.57 201.82 0.11 0.39
Hex 58 66 6E 14 7 0 39 CA B 27
Octal 130 146 156 24 7 0 71 312 13 47
Binary 1011000 1100110 1101110 10100 111 0 111001 11001010 1011 100111

Color Harmonies of #58666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58666E

Black with #58666E

Text Example


Text Example

White with #58666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58666E; }

 p { color: rgb(88,102,110); }

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

background-color css

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

 a { background-color: rgb(88,102,110); }

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

border-color css

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

 span { border-color: rgb(88,102,110); }

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