#5259D6

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

Shades of Free Speech Blue #5259D6

Tints of Free Speech Blue #5259D6

Color information

#5259D6 (or 0x5259D6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 59 and D6. RGB value is (82,89,214). Sum of RGB (Red+Green+Blue) = 82+89+214=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #5259D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259D6 is #ADA629. Grayscale: #646464. Windows color (decimal): -11380266 or 14047570. OLE color: 14047570.

HSL color Cylindrical-coordinate representation of color #5259D6: hue angle of 236.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5259D6 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8289214-
CMYK0.620.5800.16
HSL236.82º61.68%58.04%-
HSV(B)236.82º61.68%83.92%-
XYZ19.1913.7965.27-
YUV101.16191.68114.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=21.30%
G=23.12%
B=55.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82892140.620.5800.16236.8261.6858.04
Hex5259D63E3A010ed3e3a
Octal12213132676720203557672
Binary101001010110011101011011111011101001000011101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5259D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5259D6; }

 p { color: rgb(82,89,214); }

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

<style>
 a { background-color: #5259D6; }

 a { background-color: rgb(82,89,214); }

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

<style>
 span { border-color: #5259D6; }

 span { border-color: rgb(82,89,214); }

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