Html Css Color HEX #515565 East Bay

📋 copy color: '#515565'

red 81 ◦ green 85 ◦ blue 101

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

Shades of East Bay #515565

Tints of East Bay #515565

RGB

 RED value IS 81 (32.03% from 255) = 30.34%

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 30.34%
G = 31.84%
B = 37.83%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#515565 (or 0x515565) is known color: East Bay. HEX triplet: 51, 55 and 65. RGB value is (81,85,101). Sum of RGB (Red+Green+Blue) = 81+85+101=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #515565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515565 is #AEAA9A. Grayscale: #555555. Windows color (decimal): -11446939 or 6640977. OLE color: 6640977.

HSL color Cylindrical-coordinate representation of color #515565: hue angle of 228º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515565 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 85 101 -
CMYK 0.20 0.16 0 0.60
HSL 228º 0.11% 0.36% -
HSV(B) 228º 0.2% 0.4% -
XYZ 8.99 9.19 13.61 -
YUV 85.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 81 85 101 0.20 0.16 0 0.60 228 0.11 0.36
Hex 51 55 65 14 10 0 3C E4 B 24
Octal 121 125 145 24 20 0 74 344 13 44
Binary 1010001 1010101 1100101 10100 10000 0 111100 11100100 1011 100100

Color Harmonies of #515565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515565

Black with #515565

Text Example


Text Example

White with #515565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515565; }

 p { color: rgb(81,85,101); }

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

background-color css

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

 a { background-color: rgb(81,85,101); }

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

border-color css

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

 span { border-color: rgb(81,85,101); }

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