#516174

Color #516174 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #516174

Tints of Chambray #516174

Color information

#516174 (or 0x516174) is unknown color: approx Chambray. HEX triplet: 51, 61 and 74. RGB value is (81,97,116). Sum of RGB (Red+Green+Blue) = 81+97+116=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #516174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516174 is #AE9E8B. Grayscale: #5E5E5E. Windows color (decimal): -11443852 or 7627089. OLE color: 7627089.

HSL color Cylindrical-coordinate representation of color #516174: hue angle of 212.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516174 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8197116-
CMYK0.300.1600.55
HSL212.57º17.77%38.63%-
HSV(B)212.57º30.17%45.49%-
XYZ10.8211.5618.18-
YUV94.38140.2118.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=27.55%
G=32.99%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81971160.300.1600.55212.5717.7738.63
Hex5161741E10037d51227
Octal12114116436200673252247
Binary101000111000011110100111101000001101111101010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516174; }

 p { color: rgb(81,97,116); }

 H1.HeaderClassName
 {
   color: #516174;
 }
 .AnyTagClassName
 {
   color: #516174;
 }
</style>
background-color css

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

 a { background-color: rgb(81,97,116); }

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

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

 span { border-color: rgb(81,97,116); }

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