Html Css Color HEX #505358 Bright Grey

📋 copy color: '#505358'

red 80 ◦ green 83 ◦ blue 88

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

Shades of Bright Grey #505358

Tints of Bright Grey #505358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 31.87%
G = 33.07%
B = 35.06%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505358 (or 0x505358) is known color: Bright Grey. HEX triplet: 50, 53 and 58. RGB value is (80,83,88). Sum of RGB (Red+Green+Blue) = 80+83+88=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #505358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505358 is #AFACA7. Grayscale: #525252. Windows color (decimal): -11513000 or 5788496. OLE color: 5788496.

HSL color Cylindrical-coordinate representation of color #505358: hue angle of 217.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505358 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 83 88 -
CMYK 0.09 0.06 0 0.65
HSL 217.5º 0.05% 0.33% -
HSV(B) 217.5º 0.09% 0.35% -
XYZ 8.16 8.6 10.46 -
YUV 82.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 80 83 88 0.09 0.06 0 0.65 217.5 0.05 0.33
Hex 50 53 58 9 6 0 41 DA 5 21
Octal 120 123 130 11 6 0 101 332 5 41
Binary 1010000 1010011 1011000 1001 110 0 1000001 11011010 101 100001

Color Harmonies of #505358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505358

Black with #505358

Text Example


Text Example

White with #505358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505358; }

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

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

background-color css

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

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

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

border-color css

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

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

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