Html Css Color HEX #505766 Bright Grey

📋 copy color: '#505766'

red 80 ◦ green 87 ◦ blue 102

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

Shades of Bright Grey #505766

Tints of Bright Grey #505766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 29.74%
G = 32.34%
B = 37.92%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505766 (or 0x505766) is known color: Bright Grey. HEX triplet: 50, 57 and 66. RGB value is (80,87,102). Sum of RGB (Red+Green+Blue) = 80+87+102=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #505766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505766 is #AFA899. Grayscale: #565656. Windows color (decimal): -11511962 or 6707024. OLE color: 6707024.

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

Color convert

RGB 80 87 102 -
CMYK 0.22 0.15 0 0.6
HSL 220.91º 0.12% 0.36% -
HSV(B) 220.91º 0.22% 0.4% -
XYZ 9.11 9.48 13.92 -
YUV 86.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 80 87 102 0.22 0.15 0 0.6 220.91 0.12 0.36
Hex 50 57 66 16 F 0 3C DD C 24
Octal 120 127 146 26 17 0 74 335 14 44
Binary 1010000 1010111 1100110 10110 1111 0 111100 11011101 1100 100100

Color Harmonies of #505766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505766

Black with #505766

Text Example


Text Example

White with #505766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505766; }

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

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

background-color css

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

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

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

border-color css

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

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

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