Html Css Color HEX #515C6C Chambray

📋 copy color: '#515C6C'

red 81 ◦ green 92 ◦ blue 108

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

Shades of Chambray #515C6C

Tints of Chambray #515C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 28.83%
G = 32.74%
B = 38.43%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#515C6C (or 0x515C6C) is known color: Chambray. HEX triplet: 51, 5C and 6C. RGB value is (81,92,108). Sum of RGB (Red+Green+Blue) = 81+92+108=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #515C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6C is #AEA393. Grayscale: #5A5A5A. Windows color (decimal): -11445140 or 7101521. OLE color: 7101521.

HSL color Cylindrical-coordinate representation of color #515C6C: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #515C6C is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 92 108 -
CMYK 0.25 0.15 0 0.58
HSL 215.56º 0.14% 0.37% -
HSV(B) 215.56º 0.25% 0.42% -
XYZ 9.93 10.49 15.69 -
YUV 90.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 81 92 108 0.25 0.15 0 0.58 215.56 0.14 0.37
Hex 51 5C 6C 19 F 0 3A D8 E 25
Octal 121 134 154 31 17 0 72 330 16 45
Binary 1010001 1011100 1101100 11001 1111 0 111010 11011000 1110 100101

Color Harmonies of #515C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C6C

Black with #515C6C

Text Example


Text Example

White with #515C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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