Html Css Color HEX #505C6C Chambray

📋 copy color: '#505C6C'

red 80 ◦ green 92 ◦ blue 108

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

Shades of Chambray #505C6C

Tints of Chambray #505C6C

RGB

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

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

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

R = 28.57%
G = 32.86%
B = 38.57%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#505C6C (or 0x505C6C) is known color: Chambray. HEX triplet: 50, 5C and 6C. RGB value is (80,92,108). Sum of RGB (Red+Green+Blue) = 80+92+108=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 92 (36.33% from 255 or 32.86% 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 #505C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C6C is #AFA393. Grayscale: #5A5A5A. Windows color (decimal): -11510676 or 7101520. OLE color: 7101520.

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

Color convert

RGB 80 92 108 -
CMYK 0.26 0.15 0 0.58
HSL 214.29º 0.15% 0.37% -
HSV(B) 214.29º 0.26% 0.42% -
XYZ 9.84 10.44 15.68 -
YUV 90.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 80 92 108 0.26 0.15 0 0.58 214.29 0.15 0.37
Hex 50 5C 6C 1A F 0 3A D6 F 25
Octal 120 134 154 32 17 0 72 326 17 45
Binary 1010000 1011100 1101100 11010 1111 0 111010 11010110 1111 100101

Color Harmonies of #505C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C6C

Black with #505C6C

Text Example


Text Example

White with #505C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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