Html Css Color HEX #505F73 Chambray

📋 copy color: '#505F73'

red 80 ◦ green 95 ◦ blue 115

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

Shades of Chambray #505F73

Tints of Chambray #505F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 27.59%
G = 32.76%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505F73 (or 0x505F73) is known color: Chambray. HEX triplet: 50, 5F and 73. RGB value is (80,95,115). Sum of RGB (Red+Green+Blue) = 80+95+115=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #505F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F73 is #AFA08C. Grayscale: #5C5C5C. Windows color (decimal): -11509901 or 7561040. OLE color: 7561040.

HSL color Cylindrical-coordinate representation of color #505F73: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505F73 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 95 115 -
CMYK 0.30 0.17 0 0.55
HSL 214.29º 0.18% 0.38% -
HSV(B) 214.29º 0.3% 0.45% -
XYZ 10.49 11.13 17.81 -
YUV 92.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 80 95 115 0.30 0.17 0 0.55 214.29 0.18 0.38
Hex 50 5F 73 1E 11 0 37 D6 12 26
Octal 120 137 163 36 21 0 67 326 22 46
Binary 1010000 1011111 1110011 11110 10001 0 110111 11010110 10010 100110

Color Harmonies of #505F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F73

Black with #505F73

Text Example


Text Example

White with #505F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,115); }

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

background-color css

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

 a { background-color: rgb(80,95,115); }

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

border-color css

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

 span { border-color: rgb(80,95,115); }

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