Html Css Color HEX #565A55 Battleship Grey

📋 copy color: '#565A55'

red 86 ◦ green 90 ◦ blue 85

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

Shades of Battleship Grey #565A55

Tints of Battleship Grey #565A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.48%

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

R = 32.95%
G = 34.48%
B = 32.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#565A55 (or 0x565A55) is known color: Battleship Grey. HEX triplet: 56, 5A and 55. RGB value is (86,90,85). Sum of RGB (Red+Green+Blue) = 86+90+85=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #565A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A55 is #A9A5AA. Grayscale: #585858. Windows color (decimal): -11117995 or 5593686. OLE color: 5593686.

HSL color Cylindrical-coordinate representation of color #565A55: hue angle of 108º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #565A55 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 85 -
CMYK 0.04 0 0.06 0.65
HSL 108º 0.03% 0.34% -
HSV(B) 108º 0.06% 0.35% -
XYZ 9.13 9.95 10.03 -
YUV 88.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 86 90 85 0.04 0 0.06 0.65 108 0.03 0.34
Hex 56 5A 55 4 0 6 41 6C 3 22
Octal 126 132 125 4 0 6 101 154 3 42
Binary 1010110 1011010 1010101 100 0 110 1000001 1101100 11 100010

Color Harmonies of #565A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A55

Black with #565A55

Text Example


Text Example

White with #565A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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