Html Css Color HEX #505A6D East Bay

📋 copy color: '#505A6D'

red 80 ◦ green 90 ◦ blue 109

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

Shades of East Bay #505A6D

Tints of East Bay #505A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

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

R = 28.67%
G = 32.26%
B = 39.07%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#505A6D (or 0x505A6D) is known color: East Bay. HEX triplet: 50, 5A and 6D. RGB value is (80,90,109). Sum of RGB (Red+Green+Blue) = 80+90+109=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #505A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A6D is #AFA592. Grayscale: #595959. Windows color (decimal): -11511187 or 7166544. OLE color: 7166544.

HSL color Cylindrical-coordinate representation of color #505A6D: hue angle of 219.31º 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 #505A6D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 90 109 -
CMYK 0.27 0.17 0 0.57
HSL 219.31º 0.15% 0.37% -
HSV(B) 219.31º 0.27% 0.43% -
XYZ 9.72 10.12 15.91 -
YUV 89.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 80 90 109 0.27 0.17 0 0.57 219.31 0.15 0.37
Hex 50 5A 6D 1B 11 0 39 DB F 25
Octal 120 132 155 33 21 0 71 333 17 45
Binary 1010000 1011010 1101101 11011 10001 0 111001 11011011 1111 100101

Color Harmonies of #505A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A6D

Black with #505A6D

Text Example


Text Example

White with #505A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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