#5263CB

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

Shades of Free Speech Blue #5263CB

Tints of Free Speech Blue #5263CB

Color information

#5263CB (or 0x5263CB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 63 and CB. RGB value is (82,99,203). Sum of RGB (Red+Green+Blue) = 82+99+203=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #5263CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5263CB is #AD9C34. Grayscale: #696969. Windows color (decimal): -11377717 or 13329234. OLE color: 13329234.

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

Color convert

RGB8299203-
CMYK0.600.5100.20
HSL231.57º53.78%55.88%-
HSV(B)231.57º59.61%79.61%-
XYZ18.7215.0358.41-
YUV105.77182.87111.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=21.35%
G=25.78%
B=52.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82992030.600.5100.20231.5753.7855.88
Hex5263CB3C33014e83638
Octal12214331374630243506670
Binary101001011000111100101111110011001101010011101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5263CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,99,203); }

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

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

 a { background-color: rgb(82,99,203); }

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

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

 span { border-color: rgb(82,99,203); }

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