#536BCB

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

Shades of Free Speech Blue #536BCB

Tints of Free Speech Blue #536BCB

Color information

#536BCB (or 0x536BCB) is unknown color: approx Free Speech Blue. HEX triplet: 53, 6B and CB. RGB value is (83,107,203). Sum of RGB (Red+Green+Blue) = 83+107+203=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #536BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BCB is #AC9434. Grayscale: #6E6E6E. Windows color (decimal): -11310133 or 13331283. OLE color: 13331283.

HSL color Cylindrical-coordinate representation of color #536BCB: hue angle of 228º 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 #536BCB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83107203-
CMYK0.590.4700.20
HSL228º53.57%56.08%-
HSV(B)228º59.11%79.61%-
XYZ19.616.6758.68-
YUV110.77180.05108.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=21.12%
G=27.23%
B=51.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831072030.590.4700.2022853.5756.08
Hex536BCB3B2F014e43638
Octal12315331373570243446670
Binary101001111010111100101111101110111101010011100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536BCB; }

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

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

<style>
 a { background-color: #536BCB; }

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

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

<style>
 span { border-color: #536BCB; }

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

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