#5465C8

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

Shades of Free Speech Blue #5465C8

Tints of Free Speech Blue #5465C8

Color information

#5465C8 (or 0x5465C8) is unknown color: approx Free Speech Blue. HEX triplet: 54, 65 and C8. RGB value is (84,101,200). Sum of RGB (Red+Green+Blue) = 84+101+200=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #5465C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465C8 is #AB9A37. Grayscale: #6A6A6A. Windows color (decimal): -11246136 or 13133140. OLE color: 13133140.

HSL color Cylindrical-coordinate representation of color #5465C8: hue angle of 231.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5465C8 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84101200-
CMYK0.580.4900.22
HSL231.21º51.33%55.69%-
HSV(B)231.21º58%78.43%-
XYZ18.7415.3656.62-
YUV107.2180.37111.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 200 (78.52% from 255) = 51.95%
R=21.82%
G=26.23%
B=51.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841012000.580.4900.22231.2151.3355.69
Hex5465C83A31016e73338
Octal12414531072610263476370
Binary101010011001011100100011101011000101011011100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5465C8; }

 p { color: rgb(84,101,200); }

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

<style>
 a { background-color: #5465C8; }

 a { background-color: rgb(84,101,200); }

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

<style>
 span { border-color: #5465C8; }

 span { border-color: rgb(84,101,200); }

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