Html Css Color HEX #565C52 Battleship Grey

📋 copy color: '#565C52'

red 86 ◦ green 92 ◦ blue 82

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

Shades of Battleship Grey #565C52

Tints of Battleship Grey #565C52

RGB

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

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

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

R = 33.08%
G = 35.38%
B = 31.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#565C52 (or 0x565C52) is known color: Battleship Grey. HEX triplet: 56, 5C and 52. RGB value is (86,92,82). Sum of RGB (Red+Green+Blue) = 86+92+82=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #565C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C52 is #A9A3AD. Grayscale: #595959. Windows color (decimal): -11117486 or 5397590. OLE color: 5397590.

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

Color convert

RGB 86 92 82 -
CMYK 0.07 0 0.11 0.64
HSL 96º 0.06% 0.34% -
HSV(B) 96º 0.11% 0.36% -
XYZ 9.19 10.24 9.48 -
YUV 89.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 86 92 82 0.07 0 0.11 0.64 96 0.06 0.34
Hex 56 5C 52 7 0 B 40 60 6 22
Octal 126 134 122 7 0 13 100 140 6 42
Binary 1010110 1011100 1010010 111 0 1011 1000000 1100000 110 100010

Color Harmonies of #565C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C52

Black with #565C52

Text Example


Text Example

White with #565C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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