Html Css Color HEX #505D6C Chambray

📋 copy color: '#505D6C'

red 80 ◦ green 93 ◦ blue 108

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

Shades of Chambray #505D6C

Tints of Chambray #505D6C

RGB

 RED value IS 80 (31.64% from 255) = 28.47%

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 28.47%
G = 33.1%
B = 38.43%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505D6C (or 0x505D6C) is known color: Chambray. HEX triplet: 50, 5D and 6C. RGB value is (80,93,108). Sum of RGB (Red+Green+Blue) = 80+93+108=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 93 (36.72% from 255 or 33.10% 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 #505D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D6C is #AFA293. Grayscale: #5A5A5A. Windows color (decimal): -11510420 or 7101776. OLE color: 7101776.

HSL color Cylindrical-coordinate representation of color #505D6C: hue angle of 212.14º 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 #505D6C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 93 108 -
CMYK 0.26 0.14 0 0.58
HSL 212.14º 0.15% 0.37% -
HSV(B) 212.14º 0.26% 0.42% -
XYZ 9.93 10.62 15.71 -
YUV 90.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 80 93 108 0.26 0.14 0 0.58 212.14 0.15 0.37
Hex 50 5D 6C 1A E 0 3A D4 F 25
Octal 120 135 154 32 16 0 72 324 17 45
Binary 1010000 1011101 1101100 11010 1110 0 111010 11010100 1111 100101

Color Harmonies of #505D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D6C

Black with #505D6C

Text Example


Text Example

White with #505D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #505D6C;
 }
 .AnyTagClassName
 {
   color: #505D6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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