#506CC7

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

Shades of Free Speech Blue #506CC7

Tints of Free Speech Blue #506CC7

Color information

#506CC7 (or 0x506CC7) is unknown color: approx Free Speech Blue. HEX triplet: 50, 6C and C7. RGB value is (80,108,199). Sum of RGB (Red+Green+Blue) = 80+108+199=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #506CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CC7 is #AF9338. Grayscale: #6D6D6D. Windows color (decimal): -11506489 or 13069392. OLE color: 13069392.

HSL color Cylindrical-coordinate representation of color #506CC7: hue angle of 225.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506CC7 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80108199-
CMYK0.600.4600.22
HSL225.88º51.52%54.71%-
HSV(B)225.88º59.8%78.04%-
XYZ18.9816.5556.23-
YUV110178.22106.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=20.67%
G=27.91%
B=51.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801081990.600.4600.22225.8851.5254.71
Hex506CC73C2E016e23437
Octal12015430774560263426467
Binary101000011011001100011111110010111001011011100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506CC7; }

 p { color: rgb(80,108,199); }

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

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

 a { background-color: rgb(80,108,199); }

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

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

 span { border-color: rgb(80,108,199); }

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