Html Css Color HEX #586268 Shuttle Grey

📋 copy color: '#586268'

red 88 ◦ green 98 ◦ blue 104

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

Shades of Shuttle Grey #586268

Tints of Shuttle Grey #586268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 30.34%
G = 33.79%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#586268 (or 0x586268) is known color: Shuttle Grey. HEX triplet: 58, 62 and 68. RGB value is (88,98,104). Sum of RGB (Red+Green+Blue) = 88+98+104=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #586268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586268 is #A79D97. Grayscale: #5F5F5F. Windows color (decimal): -10984856 or 6840920. OLE color: 6840920.

HSL color Cylindrical-coordinate representation of color #586268: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586268 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 98 104 -
CMYK 0.15 0.06 0 0.59
HSL 202.5º 0.08% 0.38% -
HSV(B) 202.5º 0.15% 0.41% -
XYZ 10.89 11.81 14.8 -
YUV 95.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 88 98 104 0.15 0.06 0 0.59 202.5 0.08 0.38
Hex 58 62 68 F 6 0 3B CA 8 26
Octal 130 142 150 17 6 0 73 312 10 46
Binary 1011000 1100010 1101000 1111 110 0 111011 11001010 1000 100110

Color Harmonies of #586268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586268

Black with #586268

Text Example


Text Example

White with #586268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586268; }

 p { color: rgb(88,98,104); }

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

background-color css

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

 a { background-color: rgb(88,98,104); }

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

border-color css

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

 span { border-color: rgb(88,98,104); }

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