Html Css Color HEX #505884 Chambray

📋 copy color: '#505884'

red 80 ◦ green 88 ◦ blue 132

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

Shades of Chambray #505884

Tints of Chambray #505884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 26.67%
G = 29.33%
B = 44%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505884 (or 0x505884) is known color: Chambray. HEX triplet: 50, 58 and 84. RGB value is (80,88,132). Sum of RGB (Red+Green+Blue) = 80+88+132=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #505884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505884 is #AFA77B. Grayscale: #5A5A5A. Windows color (decimal): -11511676 or 8673360. OLE color: 8673360.

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

Color convert

RGB 80 88 132 -
CMYK 0.39 0.33 0 0.48
HSL 230.77º 0.25% 0.42% -
HSV(B) 230.77º 0.39% 0.52% -
XYZ 10.96 10.35 23.25 -
YUV 90.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 80 88 132 0.39 0.33 0 0.48 230.77 0.25 0.42
Hex 50 58 84 27 21 0 30 E7 19 2A
Octal 120 130 204 47 41 0 60 347 31 52
Binary 1010000 1011000 10000100 100111 100001 0 110000 11100111 11001 101010

Color Harmonies of #505884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505884

Black with #505884

Text Example


Text Example

White with #505884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505884; }

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

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

background-color css

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

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

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

border-color css

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

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

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