Html Css Color HEX #555645 Ship Grey

📋 copy color: '#555645'

red 85 ◦ green 86 ◦ blue 69

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

Shades of Ship Grey #555645

Tints of Ship Grey #555645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

 BLUE value IS 69 (27.34% from 255) = 28.75%

R = 35.42%
G = 35.83%
B = 28.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#555645 (or 0x555645) is known color: Ship Grey. HEX triplet: 55, 56 and 45. RGB value is (85,86,69). Sum of RGB (Red+Green+Blue) = 85+86+69=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #555645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555645 is #AAA9BA. Grayscale: #535353. Windows color (decimal): -11184571 or 4544085. OLE color: 4544085.

HSL color Cylindrical-coordinate representation of color #555645: hue angle of 63.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555645 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 69 -
CMYK 0.01 0 0.20 0.66
HSL 63.53º 0.11% 0.3% -
HSV(B) 63.53º 0.2% 0.34% -
XYZ 8.15 9.02 6.94 -
YUV 83.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 85 86 69 0.01 0 0.20 0.66 63.53 0.11 0.3
Hex 55 56 45 1 0 14 42 40 B 1E
Octal 125 126 105 1 0 24 102 100 13 36
Binary 1010101 1010110 1000101 1 0 10100 1000010 1000000 1011 11110

Color Harmonies of #555645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555645

Black with #555645

Text Example


Text Example

White with #555645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555645; }

 p { color: rgb(85,86,69); }

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

background-color css

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

 a { background-color: rgb(85,86,69); }

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

border-color css

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

 span { border-color: rgb(85,86,69); }

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