#505B6C

Color #505B6C Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #505B6C

Tints of Chambray #505B6C

Color information

#505B6C (or 0x505B6C) is unknown color: approx Chambray. HEX triplet: 50, 5B and 6C. RGB value is (80,91,108). Sum of RGB (Red+Green+Blue) = 80+91+108=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #505B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B6C is #AFA493. Grayscale: #595959. Windows color (decimal): -11510932 or 7101264. OLE color: 7101264.

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

Color convert

RGB8091108-
CMYK0.260.1600.58
HSL216.43º14.89%36.86%-
HSV(B)216.43º25.93%42.35%-
XYZ9.7610.2715.66-
YUV89.65138.36121.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=28.67%
G=32.62%
B=38.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80911080.260.1600.58216.4314.8936.86
Hex505B6C1A1003Ad8f25
Octal12013315432200723301745
Binary10100001011011110110011010100000111010110110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505B6C;
 }
 .AnyTagClassName
 {
   color: #505B6C;
 }
</style>
background-color css

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

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

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

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

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

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