Html Css Color HEX #555B52 Battleship Grey

📋 copy color: '#555B52'

red 85 ◦ green 91 ◦ blue 82

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

Shades of Battleship Grey #555B52

Tints of Battleship Grey #555B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.27%

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 32.95%
G = 35.27%
B = 31.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#555B52 (or 0x555B52) is known color: Battleship Grey. HEX triplet: 55, 5B and 52. RGB value is (85,91,82). Sum of RGB (Red+Green+Blue) = 85+91+82=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 91 - color contains mainly: green. Hex color #555B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B52 is #AAA4AD. Grayscale: #585858. Windows color (decimal): -11183278 or 5397333. OLE color: 5397333.

HSL color Cylindrical-coordinate representation of color #555B52: hue angle of 100º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #555B52 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 82 -
CMYK 0.07 0 0.10 0.64
HSL 100º 0.05% 0.34% -
HSV(B) 100º 0.1% 0.36% -
XYZ 9.01 10.02 9.44 -
YUV 88.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 85 91 82 0.07 0 0.10 0.64 100 0.05 0.34
Hex 55 5B 52 7 0 A 40 64 5 22
Octal 125 133 122 7 0 12 100 144 5 42
Binary 1010101 1011011 1010010 111 0 1010 1000000 1100100 101 100010

Color Harmonies of #555B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B52

Black with #555B52

Text Example


Text Example

White with #555B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,82); }

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

background-color css

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

 a { background-color: rgb(85,91,82); }

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

border-color css

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

 span { border-color: rgb(85,91,82); }

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