Html Css Color HEX #515B6C Chambray

📋 copy color: '#515B6C'

red 81 ◦ green 91 ◦ blue 108

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

Shades of Chambray #515B6C

Tints of Chambray #515B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

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

R = 28.93%
G = 32.5%
B = 38.57%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#515B6C (or 0x515B6C) is known color: Chambray. HEX triplet: 51, 5B and 6C. RGB value is (81,91,108). Sum of RGB (Red+Green+Blue) = 81+91+108=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #515B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6C is #AEA493. Grayscale: #595959. Windows color (decimal): -11445396 or 7101265. OLE color: 7101265.

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

Color convert

RGB 81 91 108 -
CMYK 0.25 0.16 0 0.58
HSL 217.78º 0.14% 0.37% -
HSV(B) 217.78º 0.25% 0.42% -
XYZ 9.84 10.31 15.66 -
YUV 89.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 81 91 108 0.25 0.16 0 0.58 217.78 0.14 0.37
Hex 51 5B 6C 19 10 0 3A DA E 25
Octal 121 133 154 31 20 0 72 332 16 45
Binary 1010001 1011011 1101100 11001 10000 0 111010 11011010 1110 100101

Color Harmonies of #515B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B6C

Black with #515B6C

Text Example


Text Example

White with #515B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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