#514CCA

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

Shades of Free Speech Blue #514CCA

Tints of Free Speech Blue #514CCA

Color information

#514CCA (or 0x514CCA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4C and CA. RGB value is (81,76,202). Sum of RGB (Red+Green+Blue) = 81+76+202=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #514CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CCA is #AEB335. Grayscale: #5B5B5B. Windows color (decimal): -11449142 or 13257809. OLE color: 13257809.

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

Color convert

RGB8176202-
CMYK0.600.6200.21
HSL242.38º54.31%54.51%-
HSV(B)242.38º62.38%79.22%-
XYZ16.6411.1857.16-
YUV91.86190.16120.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=22.56%
G=21.17%
B=56.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81762020.600.6200.21242.3854.3154.51
Hex514CCA3C3E015f23637
Octal12111431274760253626667
Binary101000110011001100101011110011111001010111110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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