Html Css Color HEX #505367 East Bay

📋 copy color: '#505367'

red 80 ◦ green 83 ◦ blue 103

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

Shades of East Bay #505367

Tints of East Bay #505367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 30.08%
G = 31.2%
B = 38.72%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#505367 (or 0x505367) is known color: East Bay. HEX triplet: 50, 53 and 67. RGB value is (80,83,103). Sum of RGB (Red+Green+Blue) = 80+83+103=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #505367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505367 is #AFAC98. Grayscale: #545454. Windows color (decimal): -11512985 or 6771536. OLE color: 6771536.

HSL color Cylindrical-coordinate representation of color #505367: hue angle of 232.17º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505367 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 83 103 -
CMYK 0.22 0.19 0 0.60
HSL 232.17º 0.13% 0.36% -
HSV(B) 232.17º 0.22% 0.4% -
XYZ 8.85 8.87 14.08 -
YUV 84.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 80 83 103 0.22 0.19 0 0.60 232.17 0.13 0.36
Hex 50 53 67 16 13 0 3C E8 D 24
Octal 120 123 147 26 23 0 74 350 15 44
Binary 1010000 1010011 1100111 10110 10011 0 111100 11101000 1101 100100

Color Harmonies of #505367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505367

Black with #505367

Text Example


Text Example

White with #505367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505367; }

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

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

background-color css

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

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

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

border-color css

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

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

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