#5360BD

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

Shades of Free Speech Blue #5360BD

Tints of Free Speech Blue #5360BD

Color information

#5360BD (or 0x5360BD) is unknown color: approx Free Speech Blue. HEX triplet: 53, 60 and BD. RGB value is (83,96,189). Sum of RGB (Red+Green+Blue) = 83+96+189=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #5360BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360BD is #AC9F42. Grayscale: #666666. Windows color (decimal): -11312963 or 12410963. OLE color: 12410963.

HSL color Cylindrical-coordinate representation of color #5360BD: hue angle of 232.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5360BD is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8396189-
CMYK0.560.4900.26
HSL232.64º44.54%53.33%-
HSV(B)232.64º56.08%74.12%-
XYZ16.9413.8849.93-
YUV102.72176.69113.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=22.55%
G=26.09%
B=51.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83961890.560.4900.26232.6444.5453.33
Hex5360BD383101Ae92d35
Octal12314027570610323515565
Binary101001111000001011110111100011000101101011101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5360BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5360BD; }

 p { color: rgb(83,96,189); }

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

<style>
 a { background-color: #5360BD; }

 a { background-color: rgb(83,96,189); }

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

<style>
 span { border-color: #5360BD; }

 span { border-color: rgb(83,96,189); }

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