#565AC7

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

Shades of Free Speech Blue #565AC7

Tints of Free Speech Blue #565AC7

Color information

#565AC7 (or 0x565AC7) is unknown color: approx Free Speech Blue. HEX triplet: 56, 5A and C7. RGB value is (86,90,199). Sum of RGB (Red+Green+Blue) = 86+90+199=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #565AC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AC7 is #A9A538. Grayscale: #646464. Windows color (decimal): -11117881 or 13064790. OLE color: 13064790.

HSL color Cylindrical-coordinate representation of color #565AC7: hue angle of 237.88º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565AC7 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8690199-
CMYK0.570.5500.22
HSL237.88º50.22%55.88%-
HSV(B)237.88º56.78%78.04%-
XYZ17.813.4155.68-
YUV101.23183.17117.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 199 (78.12% from 255) = 53.07%
R=22.93%
G=24%
B=53.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86901990.570.5500.22237.8850.2255.88
Hex565AC73937016ee3238
Octal12613230771670263566270
Binary101011010110101100011111100111011101011011101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,90,199); }

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

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

 a { background-color: rgb(86,90,199); }

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

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

 span { border-color: rgb(86,90,199); }

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