Html Css Color HEX #515358 Bright Grey

📋 copy color: '#515358'

red 81 ◦ green 83 ◦ blue 88

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

Shades of Bright Grey #515358

Tints of Bright Grey #515358

RGB

 RED value IS 81 (32.03% from 255) = 32.14%

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

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

R = 32.14%
G = 32.94%
B = 34.92%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515358 (or 0x515358) is known color: Bright Grey. HEX triplet: 51, 53 and 58. RGB value is (81,83,88). Sum of RGB (Red+Green+Blue) = 81+83+88=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #515358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515358 is #AEACA7. Grayscale: #525252. Windows color (decimal): -11447464 or 5788497. OLE color: 5788497.

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

Color convert

RGB 81 83 88 -
CMYK 0.08 0.06 0 0.65
HSL 222.86º 0.04% 0.33% -
HSV(B) 222.86º 0.08% 0.35% -
XYZ 8.25 8.64 10.47 -
YUV 82.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 81 83 88 0.08 0.06 0 0.65 222.86 0.04 0.33
Hex 51 53 58 8 6 0 41 DF 4 21
Octal 121 123 130 10 6 0 101 337 4 41
Binary 1010001 1010011 1011000 1000 110 0 1000001 11011111 100 100001

Color Harmonies of #515358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515358

Black with #515358

Text Example


Text Example

White with #515358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515358; }

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

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

background-color css

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

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

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

border-color css

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

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

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