Html Css Color HEX #506082 Chambray

📋 copy color: '#506082'

red 80 ◦ green 96 ◦ blue 130

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

Shades of Chambray #506082

Tints of Chambray #506082

RGB

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

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

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

R = 26.14%
G = 31.37%
B = 42.48%

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

#506082 (or 0x506082) is known color: Chambray. HEX triplet: 50, 60 and 82. RGB value is (80,96,130). Sum of RGB (Red+Green+Blue) = 80+96+130=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #506082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506082 is #AF9F7D. Grayscale: #5E5E5E. Windows color (decimal): -11509630 or 8544336. OLE color: 8544336.

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

Color convert

RGB 80 96 130 -
CMYK 0.38 0.26 0 0.49
HSL 220.8º 0.24% 0.41% -
HSV(B) 220.8º 0.38% 0.51% -
XYZ 11.52 11.68 22.77 -
YUV 95.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 80 96 130 0.38 0.26 0 0.49 220.8 0.24 0.41
Hex 50 60 82 26 1A 0 31 DD 18 29
Octal 120 140 202 46 32 0 61 335 30 51
Binary 1010000 1100000 10000010 100110 11010 0 110001 11011101 11000 101001

Color Harmonies of #506082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506082

Black with #506082

Text Example


Text Example

White with #506082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506082; }

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

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

background-color css

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

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

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

border-color css

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

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

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