Html Css Color HEX #516077 Chambray

📋 copy color: '#516077'

red 81 ◦ green 96 ◦ blue 119

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

Shades of Chambray #516077

Tints of Chambray #516077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 27.36%
G = 32.43%
B = 40.2%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516077 (or 0x516077) is known color: Chambray. HEX triplet: 51, 60 and 77. RGB value is (81,96,119). Sum of RGB (Red+Green+Blue) = 81+96+119=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #516077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516077 is #AE9F88. Grayscale: #5E5E5E. Windows color (decimal): -11444105 or 7823441. OLE color: 7823441.

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

Color convert

RGB 81 96 119 -
CMYK 0.32 0.19 0 0.53
HSL 216.32º 0.19% 0.39% -
HSV(B) 216.32º 0.32% 0.47% -
XYZ 10.91 11.45 19.09 -
YUV 94.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 81 96 119 0.32 0.19 0 0.53 216.32 0.19 0.39
Hex 51 60 77 20 13 0 35 D8 13 27
Octal 121 140 167 40 23 0 65 330 23 47
Binary 1010001 1100000 1110111 100000 10011 0 110101 11011000 10011 100111

Color Harmonies of #516077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516077

Black with #516077

Text Example


Text Example

White with #516077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516077; }

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

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

background-color css

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

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

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

border-color css

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

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

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