Html Css Color HEX #55564B Ship Grey

📋 copy color: '#55564B'

red 85 ◦ green 86 ◦ blue 75

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

Shades of Ship Grey #55564B

Tints of Ship Grey #55564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 34.55%
G = 34.96%
B = 30.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#55564B (or 0x55564B) is known color: Ship Grey. HEX triplet: 55, 56 and 4B. RGB value is (85,86,75). Sum of RGB (Red+Green+Blue) = 85+86+75=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #55564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55564B is #AAA9B4. Grayscale: #545454. Windows color (decimal): -11184565 or 4937301. OLE color: 4937301.

HSL color Cylindrical-coordinate representation of color #55564B: hue angle of 65.45º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55564B is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 75 -
CMYK 0.01 0 0.13 0.66
HSL 65.45º 0.07% 0.32% -
HSV(B) 65.45º 0.13% 0.34% -
XYZ 8.34 9.09 7.97 -
YUV 84.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 85 86 75 0.01 0 0.13 0.66 65.45 0.07 0.32
Hex 55 56 4B 1 0 D 42 41 7 20
Octal 125 126 113 1 0 15 102 101 7 40
Binary 1010101 1010110 1001011 1 0 1101 1000010 1000001 111 100000

Color Harmonies of #55564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55564B

Black with #55564B

Text Example


Text Example

White with #55564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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