Html Css Color HEX #515C70 Chambray

📋 copy color: '#515C70'

red 81 ◦ green 92 ◦ blue 112

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

Shades of Chambray #515C70

Tints of Chambray #515C70

RGB

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

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

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

R = 28.42%
G = 32.28%
B = 39.3%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515C70 (or 0x515C70) is known color: Chambray. HEX triplet: 51, 5C and 70. RGB value is (81,92,112). Sum of RGB (Red+Green+Blue) = 81+92+112=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #515C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C70 is #AEA38F. Grayscale: #5A5A5A. Windows color (decimal): -11445136 or 7363665. OLE color: 7363665.

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

Color convert

RGB 81 92 112 -
CMYK 0.28 0.18 0 0.56
HSL 218.71º 0.16% 0.38% -
HSV(B) 218.71º 0.28% 0.44% -
XYZ 10.15 10.57 16.84 -
YUV 90.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 81 92 112 0.28 0.18 0 0.56 218.71 0.16 0.38
Hex 51 5C 70 1C 12 0 38 DB 10 26
Octal 121 134 160 34 22 0 70 333 20 46
Binary 1010001 1011100 1110000 11100 10010 0 111000 11011011 10000 100110

Color Harmonies of #515C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C70

Black with #515C70

Text Example


Text Example

White with #515C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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