Html Css Color HEX #516076 Chambray

📋 copy color: '#516076'

red 81 ◦ green 96 ◦ blue 118

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

Shades of Chambray #516076

Tints of Chambray #516076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 27.46%
G = 32.54%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516076 (or 0x516076) is known color: Chambray. HEX triplet: 51, 60 and 76. RGB value is (81,96,118). Sum of RGB (Red+Green+Blue) = 81+96+118=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #516076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516076 is #AE9F89. Grayscale: #5D5D5D. Windows color (decimal): -11444106 or 7757905. OLE color: 7757905.

HSL color Cylindrical-coordinate representation of color #516076: hue angle of 215.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516076 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 96 118 -
CMYK 0.31 0.19 0 0.54
HSL 215.68º 0.19% 0.39% -
HSV(B) 215.68º 0.31% 0.46% -
XYZ 10.85 11.42 18.77 -
YUV 94.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 81 96 118 0.31 0.19 0 0.54 215.68 0.19 0.39
Hex 51 60 76 1F 13 0 36 D8 13 27
Octal 121 140 166 37 23 0 66 330 23 47
Binary 1010001 1100000 1110110 11111 10011 0 110110 11011000 10011 100111

Color Harmonies of #516076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516076

Black with #516076

Text Example


Text Example

White with #516076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516076; }

 p { color: rgb(81,96,118); }

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

background-color css

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

 a { background-color: rgb(81,96,118); }

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

border-color css

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

 span { border-color: rgb(81,96,118); }

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