#504CCA

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

Shades of Free Speech Blue #504CCA

Tints of Free Speech Blue #504CCA

Color information

#504CCA (or 0x504CCA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4C and CA. RGB value is (80,76,202). Sum of RGB (Red+Green+Blue) = 80+76+202=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #504CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CCA is #AFB335. Grayscale: #5B5B5B. Windows color (decimal): -11514678 or 13257808. OLE color: 13257808.

HSL color Cylindrical-coordinate representation of color #504CCA: hue angle of 241.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504CCA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8076202-
CMYK0.600.6200.21
HSL241.9º54.31%54.51%-
HSV(B)241.9º62.38%79.22%-
XYZ16.5511.1457.15-
YUV91.56190.33119.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=22.35%
G=21.23%
B=56.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80762020.600.6200.21241.954.3154.51
Hex504CCA3C3E015f23637
Octal12011431274760253626667
Binary101000010011001100101011110011111001010111110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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