Html Css Color HEX #515C6E Chambray

📋 copy color: '#515C6E'

red 81 ◦ green 92 ◦ blue 110

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

Shades of Chambray #515C6E

Tints of Chambray #515C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 28.62%
G = 32.51%
B = 38.87%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#515C6E (or 0x515C6E) is known color: Chambray. HEX triplet: 51, 5C and 6E. RGB value is (81,92,110). Sum of RGB (Red+Green+Blue) = 81+92+110=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #515C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6E is #AEA391. Grayscale: #5A5A5A. Windows color (decimal): -11445138 or 7232593. OLE color: 7232593.

HSL color Cylindrical-coordinate representation of color #515C6E: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515C6E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 92 110 -
CMYK 0.26 0.16 0 0.57
HSL 217.24º 0.15% 0.37% -
HSV(B) 217.24º 0.26% 0.43% -
XYZ 10.03 10.53 16.26 -
YUV 90.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 81 92 110 0.26 0.16 0 0.57 217.24 0.15 0.37
Hex 51 5C 6E 1A 10 0 39 D9 F 25
Octal 121 134 156 32 20 0 71 331 17 45
Binary 1010001 1011100 1101110 11010 10000 0 111001 11011001 1111 100101

Color Harmonies of #515C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C6E

Black with #515C6E

Text Example


Text Example

White with #515C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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