#504CC8

Color #504CC8 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #504CC8

Tints of Free Speech Blue #504CC8

Color information

#504CC8 (or 0x504CC8) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4C and C8. RGB value is (80,76,200). Sum of RGB (Red+Green+Blue) = 80+76+200=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #504CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CC8 is #AFB337. Grayscale: #5A5A5A. Windows color (decimal): -11514680 or 13126736. OLE color: 13126736.

HSL color Cylindrical-coordinate representation of color #504CC8: hue angle of 241.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504CC8 is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8076200-
CMYK0.60.6200.22
HSL241.94º52.99%54.12%-
HSV(B)241.94º62%78.43%-
XYZ16.3211.0455.92-
YUV91.33189.33119.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 200 (78.52% from 255) = 56.18%
R=22.47%
G=21.35%
B=56.18%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80762000.60.6200.22241.9452.9954.12
Hex504CC83C3E016f23536
Octal12011431074760263626566
Binary101000010011001100100011110011111001011011110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504CC8; }

 p { color: rgb(80,76,200); }

 H1.HeaderClassName
 {
   color: #504CC8;
 }
 .AnyTagClassName
 {
   color: #504CC8;
 }
</style>
background-color css

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

 a { background-color: rgb(80,76,200); }

 div.DivClassName
 {
   background-color: #504CC8;
 }
 .BgClassName
 {
   background-color: #504CC8;
 }
</style>
border-color css

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

 span { border-color: rgb(80,76,200); }

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