Html Css Color HEX #505880 Chambray

📋 copy color: '#505880'

red 80 ◦ green 88 ◦ blue 128

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

Shades of Chambray #505880

Tints of Chambray #505880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 27.03%
G = 29.73%
B = 43.24%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#505880 (or 0x505880) is known color: Chambray. HEX triplet: 50, 58 and 80. RGB value is (80,88,128). Sum of RGB (Red+Green+Blue) = 80+88+128=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #505880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505880 is #AFA77F. Grayscale: #595959. Windows color (decimal): -11511680 or 8411216. OLE color: 8411216.

HSL color Cylindrical-coordinate representation of color #505880: hue angle of 230º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505880 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 88 128 -
CMYK 0.38 0.31 0 0.50
HSL 230º 0.23% 0.41% -
HSV(B) 230º 0.38% 0.5% -
XYZ 10.69 10.24 21.84 -
YUV 90.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 80 88 128 0.38 0.31 0 0.50 230 0.23 0.41
Hex 50 58 80 26 1F 0 32 E6 17 29
Octal 120 130 200 46 37 0 62 346 27 51
Binary 1010000 1011000 10000000 100110 11111 0 110010 11100110 10111 101001

Color Harmonies of #505880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505880

Black with #505880

Text Example


Text Example

White with #505880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505880; }

 p { color: rgb(80,88,128); }

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

background-color css

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

 a { background-color: rgb(80,88,128); }

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

border-color css

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

 span { border-color: rgb(80,88,128); }

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