#504ACC

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

Shades of Free Speech Blue #504ACC

Tints of Free Speech Blue #504ACC

Color information

#504ACC (or 0x504ACC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4A and CC. RGB value is (80,74,204). Sum of RGB (Red+Green+Blue) = 80+74+204=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #504ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ACC is #AFB533. Grayscale: #5A5A5A. Windows color (decimal): -11515188 or 13388368. OLE color: 13388368.

HSL color Cylindrical-coordinate representation of color #504ACC: hue angle of 242.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504ACC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8074204-
CMYK0.610.6400.2
HSL242.77º56.03%54.51%-
HSV(B)242.77º63.73%80%-
XYZ16.6610.9658.36-
YUV90.61191.99120.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=22.35%
G=20.67%
B=56.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80742040.610.6400.2242.7756.0354.51
Hex504ACC3D40014f33837
Octal120112314751000243637067
Binary1010000100101011001100111101100000001010011110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,74,204); }

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

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

 a { background-color: rgb(80,74,204); }

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

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

 span { border-color: rgb(80,74,204); }

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