#5165D0

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

Shades of Free Speech Blue #5165D0

Tints of Free Speech Blue #5165D0

Color information

#5165D0 (or 0x5165D0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 65 and D0. RGB value is (81,101,208). Sum of RGB (Red+Green+Blue) = 81+101+208=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #5165D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165D0 is #AE9A2F. Grayscale: #6A6A6A. Windows color (decimal): -11442736 or 13657425. OLE color: 13657425.

HSL color Cylindrical-coordinate representation of color #5165D0: hue angle of 230.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5165D0 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81101208-
CMYK0.610.5100.18
HSL230.55º57.47%56.67%-
HSV(B)230.55º61.06%81.57%-
XYZ19.4315.6161.66-
YUV107.22184.87109.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=20.77%
G=25.90%
B=53.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal811012080.610.5100.18230.5557.4756.67
Hex5165D03D33012e73939
Octal12114532075630223477171
Binary101000111001011101000011110111001101001011100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5165D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5165D0; }

 p { color: rgb(81,101,208); }

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

<style>
 a { background-color: #5165D0; }

 a { background-color: rgb(81,101,208); }

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

<style>
 span { border-color: #5165D0; }

 span { border-color: rgb(81,101,208); }

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