Html Css Color HEX #555E67 Shuttle Grey

📋 copy color: '#555E67'

red 85 ◦ green 94 ◦ blue 103

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

Shades of Shuttle Grey #555E67

Tints of Shuttle Grey #555E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 30.14%
G = 33.33%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555E67 (or 0x555E67) is known color: Shuttle Grey. HEX triplet: 55, 5E and 67. RGB value is (85,94,103). Sum of RGB (Red+Green+Blue) = 85+94+103=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #555E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E67 is #AAA198. Grayscale: #5C5C5C. Windows color (decimal): -11182489 or 6774357. OLE color: 6774357.

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

Color convert

RGB 85 94 103 -
CMYK 0.17 0.09 0 0.60
HSL 210º 0.1% 0.37% -
HSV(B) 210º 0.17% 0.4% -
XYZ 10.2 10.92 14.4 -
YUV 92.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 85 94 103 0.17 0.09 0 0.60 210 0.1 0.37
Hex 55 5E 67 11 9 0 3C D2 A 25
Octal 125 136 147 21 11 0 74 322 12 45
Binary 1010101 1011110 1100111 10001 1001 0 111100 11010010 1010 100101

Color Harmonies of #555E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E67

Black with #555E67

Text Example


Text Example

White with #555E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,103); }

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

background-color css

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

 a { background-color: rgb(85,94,103); }

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

border-color css

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

 span { border-color: rgb(85,94,103); }

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