Html Css Color HEX #51586C East Bay

📋 copy color: '#51586C'

red 81 ◦ green 88 ◦ blue 108

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

Shades of East Bay #51586C

Tints of East Bay #51586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 29.24%
G = 31.77%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51586C (or 0x51586C) is known color: East Bay. HEX triplet: 51, 58 and 6C. RGB value is (81,88,108). Sum of RGB (Red+Green+Blue) = 81+88+108=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #51586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51586C is #AEA793. Grayscale: #585858. Windows color (decimal): -11446164 or 7100497. OLE color: 7100497.

HSL color Cylindrical-coordinate representation of color #51586C: hue angle of 224.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51586C is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 88 108 -
CMYK 0.25 0.19 0 0.58
HSL 224.44º 0.14% 0.37% -
HSV(B) 224.44º 0.25% 0.42% -
XYZ 9.59 9.81 15.58 -
YUV 88.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 81 88 108 0.25 0.19 0 0.58 224.44 0.14 0.37
Hex 51 58 6C 19 13 0 3A E0 E 25
Octal 121 130 154 31 23 0 72 340 16 45
Binary 1010001 1011000 1101100 11001 10011 0 111010 11100000 1110 100101

Color Harmonies of #51586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51586C

Black with #51586C

Text Example


Text Example

White with #51586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51586C; }

 p { color: rgb(81,88,108); }

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

background-color css

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

 a { background-color: rgb(81,88,108); }

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

border-color css

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

 span { border-color: rgb(81,88,108); }

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