Html Css Color HEX #51556F East Bay

📋 copy color: '#51556F'

red 81 ◦ green 85 ◦ blue 111

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

Shades of East Bay #51556F

Tints of East Bay #51556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 29.24%
G = 30.69%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51556F (or 0x51556F) is known color: East Bay. HEX triplet: 51, 55 and 6F. RGB value is (81,85,111). Sum of RGB (Red+Green+Blue) = 81+85+111=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #51556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51556F is #AEAA90. Grayscale: #565656. Windows color (decimal): -11446929 or 7296337. OLE color: 7296337.

HSL color Cylindrical-coordinate representation of color #51556F: hue angle of 232º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51556F is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 85 111 -
CMYK 0.27 0.23 0 0.56
HSL 232º 0.16% 0.38% -
HSV(B) 232º 0.27% 0.44% -
XYZ 9.51 9.39 16.35 -
YUV 86.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 81 85 111 0.27 0.23 0 0.56 232 0.16 0.38
Hex 51 55 6F 1B 17 0 38 E8 10 26
Octal 121 125 157 33 27 0 70 350 20 46
Binary 1010001 1010101 1101111 11011 10111 0 111000 11101000 10000 100110

Color Harmonies of #51556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51556F

Black with #51556F

Text Example


Text Example

White with #51556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51556F; }

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

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

background-color css

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

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

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

border-color css

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

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

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