#5359CB

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

Shades of Free Speech Blue #5359CB

Tints of Free Speech Blue #5359CB

Color information

#5359CB (or 0x5359CB) is unknown color: approx Free Speech Blue. HEX triplet: 53, 59 and CB. RGB value is (83,89,203). Sum of RGB (Red+Green+Blue) = 83+89+203=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5359CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359CB is #ACA634. Grayscale: #636363. Windows color (decimal): -11314741 or 13326675. OLE color: 13326675.

HSL color Cylindrical-coordinate representation of color #5359CB: hue angle of 237º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5359CB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8389203-
CMYK0.590.5600.20
HSL237º53.57%56.08%-
HSV(B)237º59.11%79.61%-
XYZ17.9213.358.12-
YUV100.2186.01115.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=22.13%
G=23.73%
B=54.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83892030.590.5600.2023753.5756.08
Hex5359CB3B38014ed3638
Octal12313131373700243556670
Binary101001110110011100101111101111100001010011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5359CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5359CB; }

 p { color: rgb(83,89,203); }

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

<style>
 a { background-color: #5359CB; }

 a { background-color: rgb(83,89,203); }

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

<style>
 span { border-color: #5359CB; }

 span { border-color: rgb(83,89,203); }

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