Html Css Color HEX #505765 Bright Grey

📋 copy color: '#505765'

red 80 ◦ green 87 ◦ blue 101

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

Shades of Bright Grey #505765

Tints of Bright Grey #505765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 29.85%
G = 32.46%
B = 37.69%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#505765 (or 0x505765) is known color: Bright Grey. HEX triplet: 50, 57 and 65. RGB value is (80,87,101). Sum of RGB (Red+Green+Blue) = 80+87+101=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #505765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505765 is #AFA89A. Grayscale: #565656. Windows color (decimal): -11511963 or 6641488. OLE color: 6641488.

HSL color Cylindrical-coordinate representation of color #505765: hue angle of 220º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505765 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 87 101 -
CMYK 0.21 0.14 0 0.60
HSL 220º 0.12% 0.35% -
HSV(B) 220º 0.21% 0.4% -
XYZ 9.07 9.46 13.66 -
YUV 86.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 80 87 101 0.21 0.14 0 0.60 220 0.12 0.35
Hex 50 57 65 15 E 0 3C DC C 23
Octal 120 127 145 25 16 0 74 334 14 43
Binary 1010000 1010111 1100101 10101 1110 0 111100 11011100 1100 100011

Color Harmonies of #505765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505765

Black with #505765

Text Example


Text Example

White with #505765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505765; }

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

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

background-color css

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

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

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

border-color css

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

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

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