Html Css Color HEX #506182 Chambray

📋 copy color: '#506182'

red 80 ◦ green 97 ◦ blue 130

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

Shades of Chambray #506182

Tints of Chambray #506182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 26.06%
G = 31.6%
B = 42.35%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506182 (or 0x506182) is known color: Chambray. HEX triplet: 50, 61 and 82. RGB value is (80,97,130). Sum of RGB (Red+Green+Blue) = 80+97+130=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #506182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506182 is #AF9E7D. Grayscale: #5F5F5F. Windows color (decimal): -11509374 or 8544592. OLE color: 8544592.

HSL color Cylindrical-coordinate representation of color #506182: hue angle of 219.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506182 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 97 130 -
CMYK 0.38 0.25 0 0.49
HSL 219.6º 0.24% 0.41% -
HSV(B) 219.6º 0.38% 0.51% -
XYZ 11.61 11.87 22.8 -
YUV 95.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 80 97 130 0.38 0.25 0 0.49 219.6 0.24 0.41
Hex 50 61 82 26 19 0 31 DC 18 29
Octal 120 141 202 46 31 0 61 334 30 51
Binary 1010000 1100001 10000010 100110 11001 0 110001 11011100 11000 101001

Color Harmonies of #506182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506182

Black with #506182

Text Example


Text Example

White with #506182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506182; }

 p { color: rgb(80,97,130); }

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

background-color css

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

 a { background-color: rgb(80,97,130); }

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

border-color css

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

 span { border-color: rgb(80,97,130); }

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