#565FC1

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

Shades of Free Speech Blue #565FC1

Tints of Free Speech Blue #565FC1

Color information

#565FC1 (or 0x565FC1) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5F and C1. RGB value is (86,95,193). Sum of RGB (Red+Green+Blue) = 86+95+193=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #565FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FC1 is #A9A03E. Grayscale: #676767. Windows color (decimal): -11116607 or 12672854. OLE color: 12672854.

HSL color Cylindrical-coordinate representation of color #565FC1: hue angle of 234.95º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565FC1 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8695193-
CMYK0.550.5100.24
HSL234.95º46.32%54.71%-
HSV(B)234.95º55.44%75.69%-
XYZ17.5614.0152.23-
YUV103.48178.52115.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=22.99%
G=25.40%
B=51.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86951930.550.5100.24234.9546.3254.71
Hex565FC13733018eb2e37
Octal12613730167630303535667
Binary101011010111111100000111011111001101100011101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565FC1; }

 p { color: rgb(86,95,193); }

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

<style>
 a { background-color: #565FC1; }

 a { background-color: rgb(86,95,193); }

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

<style>
 span { border-color: #565FC1; }

 span { border-color: rgb(86,95,193); }

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