Html Css Color HEX #506081 Chambray

📋 copy color: '#506081'

red 80 ◦ green 96 ◦ blue 129

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

Shades of Chambray #506081

Tints of Chambray #506081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 26.23%
G = 31.48%
B = 42.3%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506081 (or 0x506081) is known color: Chambray. HEX triplet: 50, 60 and 81. RGB value is (80,96,129). Sum of RGB (Red+Green+Blue) = 80+96+129=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #506081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506081 is #AF9F7E. Grayscale: #5E5E5E. Windows color (decimal): -11509631 or 8478800. OLE color: 8478800.

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

Color convert

RGB 80 96 129 -
CMYK 0.38 0.26 0 0.49
HSL 220.41º 0.23% 0.41% -
HSV(B) 220.41º 0.38% 0.51% -
XYZ 11.45 11.66 22.42 -
YUV 94.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 80 96 129 0.38 0.26 0 0.49 220.41 0.23 0.41
Hex 50 60 81 26 1A 0 31 DC 17 29
Octal 120 140 201 46 32 0 61 334 27 51
Binary 1010000 1100000 10000001 100110 11010 0 110001 11011100 10111 101001

Color Harmonies of #506081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506081

Black with #506081

Text Example


Text Example

White with #506081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506081; }

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

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

background-color css

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

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

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

border-color css

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

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

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