#5865CC

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

Shades of Free Speech Blue #5865CC

Tints of Free Speech Blue #5865CC

Color information

#5865CC (or 0x5865CC) is unknown color: approx Free Speech Blue. HEX triplet: 58, 65 and CC. RGB value is (88,101,204). Sum of RGB (Red+Green+Blue) = 88+101+204=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5865CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865CC is #A79A33. Grayscale: #6C6C6C. Windows color (decimal): -10983988 or 13395288. OLE color: 13395288.

HSL color Cylindrical-coordinate representation of color #5865CC: hue angle of 233.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5865CC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB88101204-
CMYK0.570.5000.2
HSL233.28º53.21%57.25%-
HSV(B)233.28º56.86%80%-
XYZ19.5815.7459.13-
YUV108.85181.69113.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=22.39%
G=25.70%
B=51.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881012040.570.5000.2233.2853.2157.25
Hex5865CC3932014e93539
Octal13014531471620243516571
Binary101100011001011100110011100111001001010011101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5865CC; }

 p { color: rgb(88,101,204); }

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

<style>
 a { background-color: #5865CC; }

 a { background-color: rgb(88,101,204); }

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

<style>
 span { border-color: #5865CC; }

 span { border-color: rgb(88,101,204); }

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