Html Css Color HEX #516175 Chambray

📋 copy color: '#516175'

red 81 ◦ green 97 ◦ blue 117

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

Shades of Chambray #516175

Tints of Chambray #516175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 27.46%
G = 32.88%
B = 39.66%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516175 (or 0x516175) is known color: Chambray. HEX triplet: 51, 61 and 75. RGB value is (81,97,117). Sum of RGB (Red+Green+Blue) = 81+97+117=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #516175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516175 is #AE9E8A. Grayscale: #5E5E5E. Windows color (decimal): -11443851 or 7692625. OLE color: 7692625.

HSL color Cylindrical-coordinate representation of color #516175: hue angle of 213.33º degrees, saturation: 0.18, 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 #516175 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 97 117 -
CMYK 0.31 0.17 0 0.54
HSL 213.33º 0.18% 0.39% -
HSV(B) 213.33º 0.31% 0.46% -
XYZ 10.88 11.58 18.49 -
YUV 94.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 81 97 117 0.31 0.17 0 0.54 213.33 0.18 0.39
Hex 51 61 75 1F 11 0 36 D5 12 27
Octal 121 141 165 37 21 0 66 325 22 47
Binary 1010001 1100001 1110101 11111 10001 0 110110 11010101 10010 100111

Color Harmonies of #516175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516175

Black with #516175

Text Example


Text Example

White with #516175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516175; }

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

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

background-color css

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

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

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

border-color css

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

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

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