Html Css Color HEX #515C71 Chambray

📋 copy color: '#515C71'

red 81 ◦ green 92 ◦ blue 113

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

Shades of Chambray #515C71

Tints of Chambray #515C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 28.32%
G = 32.17%
B = 39.51%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515C71 (or 0x515C71) is known color: Chambray. HEX triplet: 51, 5C and 71. RGB value is (81,92,113). Sum of RGB (Red+Green+Blue) = 81+92+113=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #515C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C71 is #AEA38E. Grayscale: #5B5B5B. Windows color (decimal): -11445135 or 7429201. OLE color: 7429201.

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

Color convert

RGB 81 92 113 -
CMYK 0.28 0.19 0 0.56
HSL 219.38º 0.16% 0.38% -
HSV(B) 219.38º 0.28% 0.44% -
XYZ 10.2 10.6 17.13 -
YUV 91.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 81 92 113 0.28 0.19 0 0.56 219.38 0.16 0.38
Hex 51 5C 71 1C 13 0 38 DB 10 26
Octal 121 134 161 34 23 0 70 333 20 46
Binary 1010001 1011100 1110001 11100 10011 0 111000 11011011 10000 100110

Color Harmonies of #515C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C71

Black with #515C71

Text Example


Text Example

White with #515C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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