Html Css Color HEX #505A69 Bright Grey

📋 copy color: '#505A69'

red 80 ◦ green 90 ◦ blue 105

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

Shades of Bright Grey #505A69

Tints of Bright Grey #505A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 29.09%
G = 32.73%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505A69 (or 0x505A69) is known color: Bright Grey. HEX triplet: 50, 5A and 69. RGB value is (80,90,105). Sum of RGB (Red+Green+Blue) = 80+90+105=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #505A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A69 is #AFA596. Grayscale: #585858. Windows color (decimal): -11511191 or 6904400. OLE color: 6904400.

HSL color Cylindrical-coordinate representation of color #505A69: hue angle of 216º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505A69 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 90 105 -
CMYK 0.24 0.14 0 0.59
HSL 216º 0.14% 0.36% -
HSV(B) 216º 0.24% 0.41% -
XYZ 9.51 10.04 14.8 -
YUV 88.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 80 90 105 0.24 0.14 0 0.59 216 0.14 0.36
Hex 50 5A 69 18 E 0 3B D8 E 24
Octal 120 132 151 30 16 0 73 330 16 44
Binary 1010000 1011010 1101001 11000 1110 0 111011 11011000 1110 100100

Color Harmonies of #505A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A69

Black with #505A69

Text Example


Text Example

White with #505A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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