Html Css Color HEX #505866 Bright Grey

📋 copy color: '#505866'

red 80 ◦ green 88 ◦ blue 102

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

Shades of Bright Grey #505866

Tints of Bright Grey #505866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 29.63%
G = 32.59%
B = 37.78%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505866 (or 0x505866) is known color: Bright Grey. HEX triplet: 50, 58 and 66. RGB value is (80,88,102). Sum of RGB (Red+Green+Blue) = 80+88+102=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #505866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505866 is #AFA799. Grayscale: #575757. Windows color (decimal): -11511706 or 6707280. OLE color: 6707280.

HSL color Cylindrical-coordinate representation of color #505866: hue angle of 218.18º degrees, saturation: 0.12, 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 #505866 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 88 102 -
CMYK 0.22 0.14 0 0.6
HSL 218.18º 0.12% 0.36% -
HSV(B) 218.18º 0.22% 0.4% -
XYZ 9.2 9.64 13.95 -
YUV 87.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 80 88 102 0.22 0.14 0 0.6 218.18 0.12 0.36
Hex 50 58 66 16 E 0 3C DA C 24
Octal 120 130 146 26 16 0 74 332 14 44
Binary 1010000 1011000 1100110 10110 1110 0 111100 11011010 1100 100100

Color Harmonies of #505866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505866

Black with #505866

Text Example


Text Example

White with #505866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505866; }

 p { color: rgb(80,88,102); }

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

background-color css

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

 a { background-color: rgb(80,88,102); }

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

border-color css

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

 span { border-color: rgb(80,88,102); }

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