Html Css Color HEX #506181 Chambray

📋 copy color: '#506181'

red 80 ◦ green 97 ◦ blue 129

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

Shades of Chambray #506181

Tints of Chambray #506181

RGB

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

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

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

R = 26.14%
G = 31.7%
B = 42.16%

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

#506181 (or 0x506181) is known color: Chambray. HEX triplet: 50, 61 and 81. RGB value is (80,97,129). Sum of RGB (Red+Green+Blue) = 80+97+129=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #506181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506181 is #AF9E7E. Grayscale: #5F5F5F. Windows color (decimal): -11509375 or 8479056. OLE color: 8479056.

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

Color convert

RGB 80 97 129 -
CMYK 0.38 0.25 0 0.49
HSL 219.18º 0.23% 0.41% -
HSV(B) 219.18º 0.38% 0.51% -
XYZ 11.55 11.84 22.45 -
YUV 95.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 80 97 129 0.38 0.25 0 0.49 219.18 0.23 0.41
Hex 50 61 81 26 19 0 31 DB 17 29
Octal 120 141 201 46 31 0 61 333 27 51
Binary 1010000 1100001 10000001 100110 11001 0 110001 11011011 10111 101001

Color Harmonies of #506181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506181

Black with #506181

Text Example


Text Example

White with #506181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506181; }

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

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

background-color css

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

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

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

border-color css

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

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

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