Html Css Color HEX #565C55 Battleship Grey

📋 copy color: '#565C55'

red 86 ◦ green 92 ◦ blue 85

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

Shades of Battleship Grey #565C55

Tints of Battleship Grey #565C55

RGB

 RED value IS 86 (33.98% from 255) = 32.7%

 GREEN value IS 92 (36.33% from 255) = 34.98%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 32.7%
G = 34.98%
B = 32.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#565C55 (or 0x565C55) is known color: Battleship Grey. HEX triplet: 56, 5C and 55. RGB value is (86,92,85). Sum of RGB (Red+Green+Blue) = 86+92+85=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #565C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C55 is #A9A3AA. Grayscale: #595959. Windows color (decimal): -11117483 or 5594198. OLE color: 5594198.

HSL color Cylindrical-coordinate representation of color #565C55: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565C55 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 92 85 -
CMYK 0.07 0 0.08 0.64
HSL 111.43º 0.04% 0.35% -
HSV(B) 111.43º 0.08% 0.36% -
XYZ 9.3 10.29 10.09 -
YUV 89.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 86 92 85 0.07 0 0.08 0.64 111.43 0.04 0.35
Hex 56 5C 55 7 0 8 40 6F 4 23
Octal 126 134 125 7 0 10 100 157 4 43
Binary 1010110 1011100 1010101 111 0 1000 1000000 1101111 100 100011

Color Harmonies of #565C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C55

Black with #565C55

Text Example


Text Example

White with #565C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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