Html Css Color HEX #515E70 Chambray

📋 copy color: '#515E70'

red 81 ◦ green 94 ◦ blue 112

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

Shades of Chambray #515E70

Tints of Chambray #515E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 28.22%
G = 32.75%
B = 39.02%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515E70 (or 0x515E70) is known color: Chambray. HEX triplet: 51, 5E and 70. RGB value is (81,94,112). Sum of RGB (Red+Green+Blue) = 81+94+112=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #515E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E70 is #AEA18F. Grayscale: #5C5C5C. Windows color (decimal): -11444624 or 7364177. OLE color: 7364177.

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

Color convert

RGB 81 94 112 -
CMYK 0.28 0.16 0 0.56
HSL 214.84º 0.16% 0.38% -
HSV(B) 214.84º 0.28% 0.44% -
XYZ 10.32 10.92 16.89 -
YUV 92.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 81 94 112 0.28 0.16 0 0.56 214.84 0.16 0.38
Hex 51 5E 70 1C 10 0 38 D7 10 26
Octal 121 136 160 34 20 0 70 327 20 46
Binary 1010001 1011110 1110000 11100 10000 0 111000 11010111 10000 100110

Color Harmonies of #515E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E70

Black with #515E70

Text Example


Text Example

White with #515E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,112); }

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

background-color css

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

 a { background-color: rgb(81,94,112); }

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

border-color css

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

 span { border-color: rgb(81,94,112); }

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