Html Css Color HEX #565650 Ship Grey

📋 copy color: '#565650'

red 86 ◦ green 86 ◦ blue 80

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

Shades of Ship Grey #565650

Tints of Ship Grey #565650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 34.13%
G = 34.13%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#565650 (or 0x565650) is known color: Ship Grey. HEX triplet: 56, 56 and 50. RGB value is (86,86,80). Sum of RGB (Red+Green+Blue) = 86+86+80=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565650 is #A9A9AF. Grayscale: #555555. Windows color (decimal): -11119024 or 5264982. OLE color: 5264982.

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

Color convert

RGB 86 86 80 -
CMYK 0 0 0.07 0.66
HSL 60º 0.04% 0.33% -
HSV(B) 60º 0.07% 0.34% -
XYZ 8.61 9.21 8.91 -
YUV 85.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 86 86 80 0 0 0.07 0.66 60 0.04 0.33
Hex 56 56 50 0 0 7 42 3C 4 21
Octal 126 126 120 0 0 7 102 74 4 41
Binary 1010110 1010110 1010000 0 0 111 1000010 111100 100 100001

Color Harmonies of #565650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565650

Black with #565650

Text Example


Text Example

White with #565650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565650; }

 p { color: rgb(86,86,80); }

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

background-color css

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

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

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

border-color css

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

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

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