#5467CE

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

Shades of Free Speech Blue #5467CE

Tints of Free Speech Blue #5467CE

Color information

#5467CE (or 0x5467CE) is unknown color: approx Free Speech Blue. HEX triplet: 54, 67 and CE. RGB value is (84,103,206). Sum of RGB (Red+Green+Blue) = 84+103+206=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5467CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5467CE is #AB9831. Grayscale: #6C6C6C. Windows color (decimal): -11245618 or 13526868. OLE color: 13526868.

HSL color Cylindrical-coordinate representation of color #5467CE: hue angle of 230.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5467CE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84103206-
CMYK0.590.5000.19
HSL230.66º55.45%56.86%-
HSV(B)230.66º59.22%80.78%-
XYZ19.6516.0460.45-
YUV109.06182.71110.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=21.37%
G=26.21%
B=52.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841032060.590.5000.19230.6655.4556.86
Hex5467CE3B32013e73739
Octal12414731673620233476771
Binary101010011001111100111011101111001001001111100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5467CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5467CE; }

 p { color: rgb(84,103,206); }

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

<style>
 a { background-color: #5467CE; }

 a { background-color: rgb(84,103,206); }

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

<style>
 span { border-color: #5467CE; }

 span { border-color: rgb(84,103,206); }

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