#504BCA

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

Shades of Free Speech Blue #504BCA

Tints of Free Speech Blue #504BCA

Color information

#504BCA (or 0x504BCA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4B and CA. RGB value is (80,75,202). Sum of RGB (Red+Green+Blue) = 80+75+202=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #504BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BCA is #AFB435. Grayscale: #5A5A5A. Windows color (decimal): -11514934 or 13257552. OLE color: 13257552.

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

Color convert

RGB8075202-
CMYK0.600.6300.21
HSL242.36º54.51%54.31%-
HSV(B)242.36º62.87%79.22%-
XYZ16.491157.13-
YUV90.97190.66120.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=22.41%
G=21.01%
B=56.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80752020.600.6300.21242.3654.5154.31
Hex504BCA3C3F015f23736
Octal12011331274770253626766
Binary101000010010111100101011110011111101010111110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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