Html Css Color HEX #506070 Chambray

📋 copy color: '#506070'

red 80 ◦ green 96 ◦ blue 112

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

Shades of Chambray #506070

Tints of Chambray #506070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506070 (or 0x506070) is known color: Chambray. HEX triplet: 50, 60 and 70. RGB value is (80,96,112). Sum of RGB (Red+Green+Blue) = 80+96+112=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #506070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506070 is #AF9F8F. Grayscale: #5C5C5C. Windows color (decimal): -11509648 or 7364688. OLE color: 7364688.

HSL color Cylindrical-coordinate representation of color #506070: hue angle of 210º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506070 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 96 112 -
CMYK 0.29 0.14 0 0.56
HSL 210º 0.17% 0.38% -
HSV(B) 210º 0.29% 0.44% -
XYZ 10.42 11.24 16.95 -
YUV 93.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 80 96 112 0.29 0.14 0 0.56 210 0.17 0.38
Hex 50 60 70 1D E 0 38 D2 11 26
Octal 120 140 160 35 16 0 70 322 21 46
Binary 1010000 1100000 1110000 11101 1110 0 111000 11010010 10001 100110

Color Harmonies of #506070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506070

Black with #506070

Text Example


Text Example

White with #506070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506070; }

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

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

background-color css

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

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

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

border-color css

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

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

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