Html Css Color HEX #555F68 Shuttle Grey

📋 copy color: '#555F68'

red 85 ◦ green 95 ◦ blue 104

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

Shades of Shuttle Grey #555F68

Tints of Shuttle Grey #555F68

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

 GREEN value IS 95 (37.5% from 255) = 33.45%

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

R = 29.93%
G = 33.45%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555F68 (or 0x555F68) is known color: Shuttle Grey. HEX triplet: 55, 5F and 68. RGB value is (85,95,104). Sum of RGB (Red+Green+Blue) = 85+95+104=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #555F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F68 is #AAA097. Grayscale: #5C5C5C. Windows color (decimal): -11182232 or 6840149. OLE color: 6840149.

HSL color Cylindrical-coordinate representation of color #555F68: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555F68 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 95 104 -
CMYK 0.18 0.09 0 0.59
HSL 208.42º 0.1% 0.37% -
HSV(B) 208.42º 0.18% 0.41% -
XYZ 10.34 11.12 14.7 -
YUV 93.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 85 95 104 0.18 0.09 0 0.59 208.42 0.1 0.37
Hex 55 5F 68 12 9 0 3B D0 A 25
Octal 125 137 150 22 11 0 73 320 12 45
Binary 1010101 1011111 1101000 10010 1001 0 111011 11010000 1010 100101

Color Harmonies of #555F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F68

Black with #555F68

Text Example


Text Example

White with #555F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555F68; }

 p { color: rgb(85,95,104); }

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

background-color css

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

 a { background-color: rgb(85,95,104); }

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

border-color css

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

 span { border-color: rgb(85,95,104); }

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