Html Css Color HEX #505C74 Chambray

📋 copy color: '#505C74'

red 80 ◦ green 92 ◦ blue 116

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

Shades of Chambray #505C74

Tints of Chambray #505C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 27.78%
G = 31.94%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505C74 (or 0x505C74) is known color: Chambray. HEX triplet: 50, 5C and 74. RGB value is (80,92,116). Sum of RGB (Red+Green+Blue) = 80+92+116=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #505C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C74 is #AFA38B. Grayscale: #5B5B5B. Windows color (decimal): -11510668 or 7625808. OLE color: 7625808.

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

Color convert

RGB 80 92 116 -
CMYK 0.31 0.21 0 0.55
HSL 220º 0.18% 0.38% -
HSV(B) 220º 0.31% 0.45% -
XYZ 10.29 10.62 18.03 -
YUV 91.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 80 92 116 0.31 0.21 0 0.55 220 0.18 0.38
Hex 50 5C 74 1F 15 0 37 DC 12 26
Octal 120 134 164 37 25 0 67 334 22 46
Binary 1010000 1011100 1110100 11111 10101 0 110111 11011100 10010 100110

Color Harmonies of #505C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C74

Black with #505C74

Text Example


Text Example

White with #505C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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