Html Css Color HEX #51556C East Bay

📋 copy color: '#51556C'

red 81 ◦ green 85 ◦ blue 108

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

Shades of East Bay #51556C

Tints of East Bay #51556C

RGB

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

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

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

R = 29.56%
G = 31.02%
B = 39.42%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51556C (or 0x51556C) is known color: East Bay. HEX triplet: 51, 55 and 6C. RGB value is (81,85,108). Sum of RGB (Red+Green+Blue) = 81+85+108=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #51556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51556C is #AEAA93. Grayscale: #565656. Windows color (decimal): -11446932 or 7099729. OLE color: 7099729.

HSL color Cylindrical-coordinate representation of color #51556C: hue angle of 231.11º 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 #51556C is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 85 108 -
CMYK 0.25 0.21 0 0.58
HSL 231.11º 0.14% 0.37% -
HSV(B) 231.11º 0.25% 0.42% -
XYZ 9.35 9.33 15.5 -
YUV 86.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 81 85 108 0.25 0.21 0 0.58 231.11 0.14 0.37
Hex 51 55 6C 19 15 0 3A E7 E 25
Octal 121 125 154 31 25 0 72 347 16 45
Binary 1010001 1010101 1101100 11001 10101 0 111010 11100111 1110 100101

Color Harmonies of #51556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51556C

Black with #51556C

Text Example


Text Example

White with #51556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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