Html Css Color HEX #515868 Bright Grey

📋 copy color: '#515868'

red 81 ◦ green 88 ◦ blue 104

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

Shades of Bright Grey #515868

Tints of Bright Grey #515868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 29.67%
G = 32.23%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515868 (or 0x515868) is known color: Bright Grey. HEX triplet: 51, 58 and 68. RGB value is (81,88,104). Sum of RGB (Red+Green+Blue) = 81+88+104=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #515868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515868 is #AEA797. Grayscale: #575757. Windows color (decimal): -11446168 or 6838353. OLE color: 6838353.

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

Color convert

RGB 81 88 104 -
CMYK 0.22 0.15 0 0.59
HSL 221.74º 0.12% 0.36% -
HSV(B) 221.74º 0.22% 0.41% -
XYZ 9.38 9.73 14.48 -
YUV 87.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 81 88 104 0.22 0.15 0 0.59 221.74 0.12 0.36
Hex 51 58 68 16 F 0 3B DE C 24
Octal 121 130 150 26 17 0 73 336 14 44
Binary 1010001 1011000 1101000 10110 1111 0 111011 11011110 1100 100100

Color Harmonies of #515868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515868

Black with #515868

Text Example


Text Example

White with #515868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515868; }

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

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

background-color css

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

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

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

border-color css

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

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

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