#5165CA

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

Shades of Free Speech Blue #5165CA

Tints of Free Speech Blue #5165CA

Color information

#5165CA (or 0x5165CA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 65 and CA. RGB value is (81,101,202). Sum of RGB (Red+Green+Blue) = 81+101+202=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5165CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165CA is #AE9A35. Grayscale: #6A6A6A. Windows color (decimal): -11442742 or 13264209. OLE color: 13264209.

HSL color Cylindrical-coordinate representation of color #5165CA: hue angle of 230.08º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5165CA is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81101202-
CMYK0.600.5000.21
HSL230.08º53.3%55.49%-
HSV(B)230.08º59.9%79.22%-
XYZ18.7115.3257.85-
YUV106.53181.87109.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=21.09%
G=26.30%
B=52.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811012020.600.5000.21230.0853.355.49
Hex5165CA3C32015e63537
Octal12114531274620253466567
Binary101000111001011100101011110011001001010111100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5165CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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