Html Css Color HEX #506281 Chambray

📋 copy color: '#506281'

red 80 ◦ green 98 ◦ blue 129

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

Shades of Chambray #506281

Tints of Chambray #506281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 26.06%
G = 31.92%
B = 42.02%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506281 (or 0x506281) is known color: Chambray. HEX triplet: 50, 62 and 81. RGB value is (80,98,129). Sum of RGB (Red+Green+Blue) = 80+98+129=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #506281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506281 is #AF9D7E. Grayscale: #606060. Windows color (decimal): -11509119 or 8479312. OLE color: 8479312.

HSL color Cylindrical-coordinate representation of color #506281: hue angle of 217.96º degrees, saturation: 0.23, 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 #506281 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 98 129 -
CMYK 0.38 0.24 0 0.49
HSL 217.96º 0.23% 0.41% -
HSV(B) 217.96º 0.38% 0.51% -
XYZ 11.64 12.03 22.48 -
YUV 96.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 80 98 129 0.38 0.24 0 0.49 217.96 0.23 0.41
Hex 50 62 81 26 18 0 31 DA 17 29
Octal 120 142 201 46 30 0 61 332 27 51
Binary 1010000 1100010 10000001 100110 11000 0 110001 11011010 10111 101001

Color Harmonies of #506281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506281

Black with #506281

Text Example


Text Example

White with #506281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506281; }

 p { color: rgb(80,98,129); }

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

background-color css

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

 a { background-color: rgb(80,98,129); }

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

border-color css

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

 span { border-color: rgb(80,98,129); }

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