Html Css Color HEX #515C6F Chambray

📋 copy color: '#515C6F'

red 81 ◦ green 92 ◦ blue 111

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

Shades of Chambray #515C6F

Tints of Chambray #515C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 28.52%
G = 32.39%
B = 39.08%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515C6F (or 0x515C6F) is known color: Chambray. HEX triplet: 51, 5C and 6F. RGB value is (81,92,111). Sum of RGB (Red+Green+Blue) = 81+92+111=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #515C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6F is #AEA390. Grayscale: #5A5A5A. Windows color (decimal): -11445137 or 7298129. OLE color: 7298129.

HSL color Cylindrical-coordinate representation of color #515C6F: hue angle of 218º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515C6F is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 92 111 -
CMYK 0.27 0.17 0 0.56
HSL 218º 0.16% 0.38% -
HSV(B) 218º 0.27% 0.44% -
XYZ 10.09 10.55 16.54 -
YUV 90.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 81 92 111 0.27 0.17 0 0.56 218 0.16 0.38
Hex 51 5C 6F 1B 11 0 38 DA 10 26
Octal 121 134 157 33 21 0 70 332 20 46
Binary 1010001 1011100 1101111 11011 10001 0 111000 11011010 10000 100110

Color Harmonies of #515C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C6F

Black with #515C6F

Text Example


Text Example

White with #515C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C6F; }

 p { color: rgb(81,92,111); }

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

background-color css

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

 a { background-color: rgb(81,92,111); }

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

border-color css

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

 span { border-color: rgb(81,92,111); }

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