Html Css Color HEX #515F6F Chambray

📋 copy color: '#515F6F'

red 81 ◦ green 95 ◦ blue 111

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

Shades of Chambray #515F6F

Tints of Chambray #515F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

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

R = 28.22%
G = 33.1%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515F6F (or 0x515F6F) is known color: Chambray. HEX triplet: 51, 5F and 6F. RGB value is (81,95,111). Sum of RGB (Red+Green+Blue) = 81+95+111=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #515F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6F is #AEA090. Grayscale: #5C5C5C. Windows color (decimal): -11444369 or 7298897. OLE color: 7298897.

HSL color Cylindrical-coordinate representation of color #515F6F: hue angle of 212º 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 #515F6F is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 95 111 -
CMYK 0.27 0.14 0 0.56
HSL 212º 0.16% 0.38% -
HSV(B) 212º 0.27% 0.44% -
XYZ 10.35 11.08 16.63 -
YUV 92.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 81 95 111 0.27 0.14 0 0.56 212 0.16 0.38
Hex 51 5F 6F 1B E 0 38 D4 10 26
Octal 121 137 157 33 16 0 70 324 20 46
Binary 1010001 1011111 1101111 11011 1110 0 111000 11010100 10000 100110

Color Harmonies of #515F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F6F

Black with #515F6F

Text Example


Text Example

White with #515F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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