Html Css Color HEX #506072 Chambray

📋 copy color: '#506072'

red 80 ◦ green 96 ◦ blue 114

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

Shades of Chambray #506072

Tints of Chambray #506072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 27.59%
G = 33.1%
B = 39.31%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506072 (or 0x506072) is known color: Chambray. HEX triplet: 50, 60 and 72. RGB value is (80,96,114). Sum of RGB (Red+Green+Blue) = 80+96+114=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #506072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506072 is #AF9F8D. Grayscale: #5D5D5D. Windows color (decimal): -11509646 or 7495760. OLE color: 7495760.

HSL color Cylindrical-coordinate representation of color #506072: hue angle of 211.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506072 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 96 114 -
CMYK 0.30 0.16 0 0.55
HSL 211.76º 0.18% 0.38% -
HSV(B) 211.76º 0.3% 0.45% -
XYZ 10.53 11.29 17.54 -
YUV 93.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 80 96 114 0.30 0.16 0 0.55 211.76 0.18 0.38
Hex 50 60 72 1E 10 0 37 D4 12 26
Octal 120 140 162 36 20 0 67 324 22 46
Binary 1010000 1100000 1110010 11110 10000 0 110111 11010100 10010 100110

Color Harmonies of #506072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506072

Black with #506072

Text Example


Text Example

White with #506072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506072; }

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

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

background-color css

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

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

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

border-color css

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

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

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