Html Css Color HEX #505878 Chambray

📋 copy color: '#505878'

red 80 ◦ green 88 ◦ blue 120

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

Shades of Chambray #505878

Tints of Chambray #505878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 27.78%
G = 30.56%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#505878 (or 0x505878) is known color: Chambray. HEX triplet: 50, 58 and 78. RGB value is (80,88,120). Sum of RGB (Red+Green+Blue) = 80+88+120=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #505878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505878 is #AFA787. Grayscale: #595959. Windows color (decimal): -11511688 or 7886928. OLE color: 7886928.

HSL color Cylindrical-coordinate representation of color #505878: hue angle of 228º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505878 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 88 120 -
CMYK 0.33 0.27 0 0.53
HSL 228º 0.2% 0.39% -
HSV(B) 228º 0.33% 0.47% -
XYZ 10.19 10.04 19.17 -
YUV 89.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 80 88 120 0.33 0.27 0 0.53 228 0.2 0.39
Hex 50 58 78 21 1B 0 35 E4 14 27
Octal 120 130 170 41 33 0 65 344 24 47
Binary 1010000 1011000 1111000 100001 11011 0 110101 11100100 10100 100111

Color Harmonies of #505878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505878

Black with #505878

Text Example


Text Example

White with #505878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505878; }

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

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

background-color css

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

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

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

border-color css

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

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

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