#514BCA

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

Shades of Free Speech Blue #514BCA

Tints of Free Speech Blue #514BCA

Color information

#514BCA (or 0x514BCA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4B and CA. RGB value is (81,75,202). Sum of RGB (Red+Green+Blue) = 81+75+202=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #514BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BCA is #AEB435. Grayscale: #5A5A5A. Windows color (decimal): -11449398 or 13257553. OLE color: 13257553.

HSL color Cylindrical-coordinate representation of color #514BCA: hue angle of 242.83º 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 #514BCA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8175202-
CMYK0.600.6300.21
HSL242.83º54.51%54.31%-
HSV(B)242.83º62.87%79.22%-
XYZ16.5711.0557.14-
YUV91.27190.49120.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=22.63%
G=20.95%
B=56.42%

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
Decimal81752020.600.6300.21242.8354.5154.31
Hex514BCA3C3F015f33736
Octal12111331274770253636766
Binary101000110010111100101011110011111101010111110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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