#505CCA

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

Shades of Free Speech Blue #505CCA

Tints of Free Speech Blue #505CCA

Color information

#505CCA (or 0x505CCA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and CA. RGB value is (80,92,202). Sum of RGB (Red+Green+Blue) = 80+92+202=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #505CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CCA is #AFA335. Grayscale: #646464. Windows color (decimal): -11510582 or 13261904. OLE color: 13261904.

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

Color convert

RGB8092202-
CMYK0.600.5400.21
HSL234.1º53.51%55.29%-
HSV(B)234.1º60.4%79.22%-
XYZ17.813.6257.57-
YUV100.95185.02113.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=21.39%
G=24.60%
B=54.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80922020.600.5400.21234.153.5155.29
Hex505CCA3C36015ea3637
Octal12013431274660253526667
Binary101000010111001100101011110011011001010111101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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