#5468CB

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

Shades of Free Speech Blue #5468CB

Tints of Free Speech Blue #5468CB

Color information

#5468CB (or 0x5468CB) is unknown color: approx Free Speech Blue. HEX triplet: 54, 68 and CB. RGB value is (84,104,203). Sum of RGB (Red+Green+Blue) = 84+104+203=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5468CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468CB is #AB9734. Grayscale: #6C6C6C. Windows color (decimal): -11245365 or 13330516. OLE color: 13330516.

HSL color Cylindrical-coordinate representation of color #5468CB: hue angle of 229.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5468CB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84104203-
CMYK0.590.4900.20
HSL229.92º53.36%56.27%-
HSV(B)229.92º58.62%79.61%-
XYZ19.3916.158.59-
YUV109.31180.87109.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=21.48%
G=26.60%
B=51.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841042030.590.4900.20229.9253.3656.27
Hex5468CB3B31014e63538
Octal12415031373610243466570
Binary101010011010001100101111101111000101010011100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468CB; }

 p { color: rgb(84,104,203); }

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

<style>
 a { background-color: #5468CB; }

 a { background-color: rgb(84,104,203); }

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

<style>
 span { border-color: #5468CB; }

 span { border-color: rgb(84,104,203); }

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