Html Css Color HEX #51586E East Bay

📋 copy color: '#51586E'

red 81 ◦ green 88 ◦ blue 110

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

Shades of East Bay #51586E

Tints of East Bay #51586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 29.03%
G = 31.54%
B = 39.43%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51586E (or 0x51586E) is known color: East Bay. HEX triplet: 51, 58 and 6E. RGB value is (81,88,110). Sum of RGB (Red+Green+Blue) = 81+88+110=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #51586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51586E is #AEA791. Grayscale: #585858. Windows color (decimal): -11446162 or 7231569. OLE color: 7231569.

HSL color Cylindrical-coordinate representation of color #51586E: hue angle of 225.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51586E is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 88 110 -
CMYK 0.26 0.2 0 0.57
HSL 225.52º 0.15% 0.37% -
HSV(B) 225.52º 0.26% 0.43% -
XYZ 9.7 9.85 16.14 -
YUV 88.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 81 88 110 0.26 0.2 0 0.57 225.52 0.15 0.37
Hex 51 58 6E 1A 14 0 39 E2 F 25
Octal 121 130 156 32 24 0 71 342 17 45
Binary 1010001 1011000 1101110 11010 10100 0 111001 11100010 1111 100101

Color Harmonies of #51586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51586E

Black with #51586E

Text Example


Text Example

White with #51586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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