Html Css Color HEX #505F7C Chambray

📋 copy color: '#505F7C'

red 80 ◦ green 95 ◦ blue 124

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

Shades of Chambray #505F7C

Tints of Chambray #505F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 26.76%
G = 31.77%
B = 41.47%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#505F7C (or 0x505F7C) is known color: Chambray. HEX triplet: 50, 5F and 7C. RGB value is (80,95,124). Sum of RGB (Red+Green+Blue) = 80+95+124=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #505F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F7C is #AFA083. Grayscale: #5D5D5D. Windows color (decimal): -11509892 or 8150864. OLE color: 8150864.

HSL color Cylindrical-coordinate representation of color #505F7C: hue angle of 219.55º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505F7C is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 95 124 -
CMYK 0.35 0.23 0 0.51
HSL 219.55º 0.22% 0.4% -
HSV(B) 219.55º 0.35% 0.49% -
XYZ 11.04 11.35 20.68 -
YUV 93.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 80 95 124 0.35 0.23 0 0.51 219.55 0.22 0.4
Hex 50 5F 7C 23 17 0 33 DC 16 28
Octal 120 137 174 43 27 0 63 334 26 50
Binary 1010000 1011111 1111100 100011 10111 0 110011 11011100 10110 101000

Color Harmonies of #505F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F7C

Black with #505F7C

Text Example


Text Example

White with #505F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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