Html Css Color HEX #586A78 Shuttle Grey

📋 copy color: '#586A78'

red 88 ◦ green 106 ◦ blue 120

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

Shades of Shuttle Grey #586A78

Tints of Shuttle Grey #586A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 28.03%
G = 33.76%
B = 38.22%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#586A78 (or 0x586A78) is known color: Shuttle Grey. HEX triplet: 58, 6A and 78. RGB value is (88,106,120). Sum of RGB (Red+Green+Blue) = 88+106+120=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #586A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A78 is #A79587. Grayscale: #666666. Windows color (decimal): -10982792 or 7891544. OLE color: 7891544.

HSL color Cylindrical-coordinate representation of color #586A78: hue angle of 206.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586A78 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 106 120 -
CMYK 0.27 0.12 0 0.53
HSL 206.25º 0.15% 0.41% -
HSV(B) 206.25º 0.27% 0.47% -
XYZ 12.57 13.74 19.76 -
YUV 102.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 88 106 120 0.27 0.12 0 0.53 206.25 0.15 0.41
Hex 58 6A 78 1B C 0 35 CE F 29
Octal 130 152 170 33 14 0 65 316 17 51
Binary 1011000 1101010 1111000 11011 1100 0 110101 11001110 1111 101001

Color Harmonies of #586A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A78

Black with #586A78

Text Example


Text Example

White with #586A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A78; }

 p { color: rgb(88,106,120); }

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

background-color css

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

 a { background-color: rgb(88,106,120); }

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

border-color css

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

 span { border-color: rgb(88,106,120); }

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