Html Css Color HEX #50536D East Bay

📋 copy color: '#50536D'

red 80 ◦ green 83 ◦ blue 109

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

Shades of East Bay #50536D

Tints of East Bay #50536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 29.41%
G = 30.51%
B = 40.07%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50536D (or 0x50536D) is known color: East Bay. HEX triplet: 50, 53 and 6D. RGB value is (80,83,109). Sum of RGB (Red+Green+Blue) = 80+83+109=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #50536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50536D is #AFAC92. Grayscale: #545454. Windows color (decimal): -11512979 or 7164752. OLE color: 7164752.

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

Color convert

RGB 80 83 109 -
CMYK 0.27 0.24 0 0.57
HSL 233.79º 0.15% 0.37% -
HSV(B) 233.79º 0.27% 0.43% -
XYZ 9.16 9 15.72 -
YUV 85.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 80 83 109 0.27 0.24 0 0.57 233.79 0.15 0.37
Hex 50 53 6D 1B 18 0 39 EA F 25
Octal 120 123 155 33 30 0 71 352 17 45
Binary 1010000 1010011 1101101 11011 11000 0 111001 11101010 1111 100101

Color Harmonies of #50536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50536D

Black with #50536D

Text Example


Text Example

White with #50536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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