#5565CE

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

Shades of Free Speech Blue #5565CE

Tints of Free Speech Blue #5565CE

Color information

#5565CE (or 0x5565CE) is unknown color: approx Free Speech Blue. HEX triplet: 55, 65 and CE. RGB value is (85,101,206). Sum of RGB (Red+Green+Blue) = 85+101+206=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5565CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565CE is #AA9A31. Grayscale: #6B6B6B. Windows color (decimal): -11180594 or 13526357. OLE color: 13526357.

HSL color Cylindrical-coordinate representation of color #5565CE: hue angle of 232.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5565CE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85101206-
CMYK0.590.5100.19
HSL232.07º55.25%57.06%-
HSV(B)232.07º58.74%80.78%-
XYZ19.5415.6960.39-
YUV108.19183.2111.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=21.68%
G=25.77%
B=52.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851012060.590.5100.19232.0755.2557.06
Hex5565CE3B33013e83739
Octal12514531673630233506771
Binary101010111001011100111011101111001101001111101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5565CE; }

 p { color: rgb(85,101,206); }

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

<style>
 a { background-color: #5565CE; }

 a { background-color: rgb(85,101,206); }

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

<style>
 span { border-color: #5565CE; }

 span { border-color: rgb(85,101,206); }

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