Html Css Color HEX #50536F East Bay

📋 copy color: '#50536F'

red 80 ◦ green 83 ◦ blue 111

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

Shades of East Bay #50536F

Tints of East Bay #50536F

RGB

 RED value IS 80 (31.64% from 255) = 29.2%

 GREEN value IS 83 (32.81% from 255) = 30.29%

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

R = 29.2%
G = 30.29%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50536F (or 0x50536F) is known color: East Bay. HEX triplet: 50, 53 and 6F. RGB value is (80,83,111). Sum of RGB (Red+Green+Blue) = 80+83+111=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #50536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50536F is #AFAC90. Grayscale: #555555. Windows color (decimal): -11512977 or 7295824. OLE color: 7295824.

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

Color convert

RGB 80 83 111 -
CMYK 0.28 0.25 0 0.56
HSL 234.19º 0.16% 0.37% -
HSV(B) 234.19º 0.28% 0.44% -
XYZ 9.27 9.04 16.3 -
YUV 85.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 80 83 111 0.28 0.25 0 0.56 234.19 0.16 0.37
Hex 50 53 6F 1C 19 0 38 EA 10 25
Octal 120 123 157 34 31 0 70 352 20 45
Binary 1010000 1010011 1101111 11100 11001 0 111000 11101010 10000 100101

Color Harmonies of #50536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50536F

Black with #50536F

Text Example


Text Example

White with #50536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,83,111); }

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

background-color css

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

 a { background-color: rgb(80,83,111); }

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

border-color css

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

 span { border-color: rgb(80,83,111); }

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