#5565C4

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

Shades of Free Speech Blue #5565C4

Tints of Free Speech Blue #5565C4

Color information

#5565C4 (or 0x5565C4) is unknown color: approx Free Speech Blue. HEX triplet: 55, 65 and C4. RGB value is (85,101,196). Sum of RGB (Red+Green+Blue) = 85+101+196=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #5565C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565C4 is #AA9A3B. Grayscale: #6A6A6A. Windows color (decimal): -11180604 or 12870997. OLE color: 12870997.

HSL color Cylindrical-coordinate representation of color #5565C4: hue angle of 231.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5565C4 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85101196-
CMYK0.570.4800.23
HSL231.35º48.47%55.1%-
HSV(B)231.35º56.63%76.86%-
XYZ18.3615.2254.2-
YUV107.05178.2112.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=22.25%
G=26.44%
B=51.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851011960.570.4800.23231.3548.4755.1
Hex5565C43930017e73037
Octal12514530471600273476067
Binary101010111001011100010011100111000001011111100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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