#5258C7

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

Shades of Free Speech Blue #5258C7

Tints of Free Speech Blue #5258C7

Color information

#5258C7 (or 0x5258C7) is unknown color: approx Free Speech Blue. HEX triplet: 52, 58 and C7. RGB value is (82,88,199). Sum of RGB (Red+Green+Blue) = 82+88+199=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #5258C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5258C7 is #ADA738. Grayscale: #626262. Windows color (decimal): -11380537 or 13064274. OLE color: 13064274.

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

Color convert

RGB8288199-
CMYK0.590.5600.22
HSL236.92º51.09%55.1%-
HSV(B)236.92º58.79%78.04%-
XYZ17.2812.955.61-
YUV98.86184.51115.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=22.22%
G=23.85%
B=53.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82881990.590.5600.22236.9251.0955.1
Hex5258C73B38016ed3337
Octal12213030773700263556367
Binary101001010110001100011111101111100001011011101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5258C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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