#5565CF

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

Shades of Free Speech Blue #5565CF

Tints of Free Speech Blue #5565CF

Color information

#5565CF (or 0x5565CF) is unknown color: approx Free Speech Blue. HEX triplet: 55, 65 and CF. RGB value is (85,101,207). Sum of RGB (Red+Green+Blue) = 85+101+207=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5565CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565CF is #AA9A30. Grayscale: #6B6B6B. Windows color (decimal): -11180593 or 13591893. OLE color: 13591893.

HSL color Cylindrical-coordinate representation of color #5565CF: hue angle of 232.13º degrees, saturation: 0.56, 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 #5565CF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85101207-
CMYK0.590.5100.19
HSL232.13º55.96%57.25%-
HSV(B)232.13º58.94%81.18%-
XYZ19.6615.7461.03-
YUV108.3183.7111.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 207 (81.25% from 255) = 52.67%
R=21.63%
G=25.70%
B=52.67%

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
Decimal851012070.590.5100.19232.1355.9657.25
Hex5565CF3B33013e83839
Octal12514531773630233507071
Binary101010111001011100111111101111001101001111101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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