#5258DA

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

Shades of Free Speech Blue #5258DA

Tints of Free Speech Blue #5258DA

Color information

#5258DA (or 0x5258DA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 58 and DA. RGB value is (82,88,218). Sum of RGB (Red+Green+Blue) = 82+88+218=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #5258DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5258DA is #ADA725. Grayscale: #646464. Windows color (decimal): -11380518 or 14309458. OLE color: 14309458.

HSL color Cylindrical-coordinate representation of color #5258DA: hue angle of 237.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5258DA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8288218-
CMYK0.620.6000.15
HSL237.35º64.76%58.82%-
HSV(B)237.35º62.39%85.49%-
XYZ19.6213.8467.97-
YUV101.03194.01114.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=21.13%
G=22.68%
B=56.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82882180.620.6000.15237.3564.7658.82
Hex5258DA3E3C0Fed413b
Octal122130332767401735510173
Binary101001010110001101101011111011110001111111011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5258DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5258DA; }

 p { color: rgb(82,88,218); }

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

<style>
 a { background-color: #5258DA; }

 a { background-color: rgb(82,88,218); }

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

<style>
 span { border-color: #5258DA; }

 span { border-color: rgb(82,88,218); }

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