#5861CA

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

Shades of Free Speech Blue #5861CA

Tints of Free Speech Blue #5861CA

Color information

#5861CA (or 0x5861CA) is unknown color: approx Free Speech Blue. HEX triplet: 58, 61 and CA. RGB value is (88,97,202). Sum of RGB (Red+Green+Blue) = 88+97+202=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5861CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861CA is #A79E35. Grayscale: #696969. Windows color (decimal): -10985014 or 13263192. OLE color: 13263192.

HSL color Cylindrical-coordinate representation of color #5861CA: hue angle of 235.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5861CA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8897202-
CMYK0.560.5200.21
HSL235.26º51.82%56.86%-
HSV(B)235.26º56.44%79.22%-
XYZ18.9614.8957.75-
YUV106.28182.02114.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=22.74%
G=25.06%
B=52.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88972020.560.5200.21235.2651.8256.86
Hex5861CA3834015eb3439
Octal13014131270640253536471
Binary101100011000011100101011100011010001010111101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5861CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,97,202); }

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

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

 a { background-color: rgb(88,97,202); }

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

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

 span { border-color: rgb(88,97,202); }

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