#505CC7

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

Shades of Free Speech Blue #505CC7

Tints of Free Speech Blue #505CC7

Color information

#505CC7 (or 0x505CC7) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and C7. RGB value is (80,92,199). Sum of RGB (Red+Green+Blue) = 80+92+199=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #505CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CC7 is #AFA338. Grayscale: #646464. Windows color (decimal): -11510585 or 13065296. OLE color: 13065296.

HSL color Cylindrical-coordinate representation of color #505CC7: hue angle of 233.95º 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 #505CC7 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8092199-
CMYK0.600.5400.22
HSL233.95º51.52%54.71%-
HSV(B)233.95º59.8%78.04%-
XYZ17.4413.4855.72-
YUV100.61183.52113.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 199 (78.12% from 255) = 53.64%
R=21.56%
G=24.80%
B=53.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80921990.600.5400.22233.9551.5254.71
Hex505CC73C36016ea3437
Octal12013430774660263526467
Binary101000010111001100011111110011011001011011101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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