Html Css Color HEX #515B68 Bright Grey

📋 copy color: '#515B68'

red 81 ◦ green 91 ◦ blue 104

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

Shades of Bright Grey #515B68

Tints of Bright Grey #515B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 29.35%
G = 32.97%
B = 37.68%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515B68 (or 0x515B68) is known color: Bright Grey. HEX triplet: 51, 5B and 68. RGB value is (81,91,104). Sum of RGB (Red+Green+Blue) = 81+91+104=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #515B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B68 is #AEA497. Grayscale: #595959. Windows color (decimal): -11445400 or 6839121. OLE color: 6839121.

HSL color Cylindrical-coordinate representation of color #515B68: hue angle of 213.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515B68 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 91 104 -
CMYK 0.22 0.12 0 0.59
HSL 213.91º 0.12% 0.36% -
HSV(B) 213.91º 0.22% 0.41% -
XYZ 9.63 10.23 14.56 -
YUV 89.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 81 91 104 0.22 0.12 0 0.59 213.91 0.12 0.36
Hex 51 5B 68 16 C 0 3B D6 C 24
Octal 121 133 150 26 14 0 73 326 14 44
Binary 1010001 1011011 1101000 10110 1100 0 111011 11010110 1100 100100

Color Harmonies of #515B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B68

Black with #515B68

Text Example


Text Example

White with #515B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B68; }

 p { color: rgb(81,91,104); }

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

background-color css

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

 a { background-color: rgb(81,91,104); }

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

border-color css

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

 span { border-color: rgb(81,91,104); }

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