Html Css Color HEX #506085 Chambray

📋 copy color: '#506085'

red 80 ◦ green 96 ◦ blue 133

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

Shades of Chambray #506085

Tints of Chambray #506085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 25.89%
G = 31.07%
B = 43.04%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506085 (or 0x506085) is known color: Chambray. HEX triplet: 50, 60 and 85. RGB value is (80,96,133). Sum of RGB (Red+Green+Blue) = 80+96+133=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #506085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506085 is #AF9F7A. Grayscale: #5F5F5F. Windows color (decimal): -11509627 or 8740944. OLE color: 8740944.

HSL color Cylindrical-coordinate representation of color #506085: hue angle of 221.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506085 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 96 133 -
CMYK 0.40 0.28 0 0.48
HSL 221.89º 0.25% 0.42% -
HSV(B) 221.89º 0.4% 0.52% -
XYZ 11.72 11.76 23.84 -
YUV 95.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 80 96 133 0.40 0.28 0 0.48 221.89 0.25 0.42
Hex 50 60 85 28 1C 0 30 DE 19 2A
Octal 120 140 205 50 34 0 60 336 31 52
Binary 1010000 1100000 10000101 101000 11100 0 110000 11011110 11001 101010

Color Harmonies of #506085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506085

Black with #506085

Text Example


Text Example

White with #506085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506085; }

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

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

background-color css

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

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

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

border-color css

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

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

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