#515ACA

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

Shades of Free Speech Blue #515ACA

Tints of Free Speech Blue #515ACA

Color information

#515ACA (or 0x515ACA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5A and CA. RGB value is (81,90,202). Sum of RGB (Red+Green+Blue) = 81+90+202=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #515ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ACA is #AEA535. Grayscale: #636363. Windows color (decimal): -11445558 or 13261393. OLE color: 13261393.

HSL color Cylindrical-coordinate representation of color #515ACA: hue angle of 235.54º degrees, saturation: 0.53, 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 #515ACA is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8190202-
CMYK0.600.5500.21
HSL235.54º53.3%55.49%-
HSV(B)235.54º59.9%79.22%-
XYZ17.7113.3357.52-
YUV100.08185.52114.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=21.72%
G=24.13%
B=54.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81902020.600.5500.21235.5453.355.49
Hex515ACA3C37015ec3537
Octal12113231274670253546567
Binary101000110110101100101011110011011101010111101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515ACA; }

 p { color: rgb(81,90,202); }

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

<style>
 a { background-color: #515ACA; }

 a { background-color: rgb(81,90,202); }

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

<style>
 span { border-color: #515ACA; }

 span { border-color: rgb(81,90,202); }

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