#5054C4

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

Shades of Free Speech Blue #5054C4

Tints of Free Speech Blue #5054C4

Color information

#5054C4 (or 0x5054C4) is unknown color: approx Free Speech Blue. HEX triplet: 50, 54 and C4. RGB value is (80,84,196). Sum of RGB (Red+Green+Blue) = 80+84+196=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #5054C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054C4 is #AFAB3B. Grayscale: #5F5F5F. Windows color (decimal): -11512636 or 12866640. OLE color: 12866640.

HSL color Cylindrical-coordinate representation of color #5054C4: hue angle of 237.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5054C4 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8084196-
CMYK0.590.5700.23
HSL237.93º49.57%54.12%-
HSV(B)237.93º59.18%76.86%-
XYZ16.4412.0353.68-
YUV95.57184.67116.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 196 (76.95% from 255) = 54.44%
R=22.22%
G=23.33%
B=54.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80841960.590.5700.23237.9349.5754.12
Hex5054C43B39017ee3236
Octal12012430473710273566266
Binary101000010101001100010011101111100101011111101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5054C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5054C4; }

 p { color: rgb(80,84,196); }

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

<style>
 a { background-color: #5054C4; }

 a { background-color: rgb(80,84,196); }

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

<style>
 span { border-color: #5054C4; }

 span { border-color: rgb(80,84,196); }

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