Html Css Color HEX #5263BB Free Speech Blue

📋 copy color: '#5263BB'

red 82 ◦ green 99 ◦ blue 187

#5263BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5263BB

Tints of Free Speech Blue #5263BB

RGB

 RED value IS 82 (32.42% from 255) = 22.28%

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 22.28%
G = 26.9%
B = 50.82%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5263BB (or 0x5263BB) is known color: Free Speech Blue. HEX triplet: 52, 63 and BB. RGB value is (82,99,187). Sum of RGB (Red+Green+Blue) = 82+99+187=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5263BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5263BB is #AD9C44. Grayscale: #676767. Windows color (decimal): -11377733 or 12280658. OLE color: 12280658.

HSL color Cylindrical-coordinate representation of color #5263BB: hue angle of 230.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5263BB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 99 187 -
CMYK 0.56 0.47 0 0.27
HSL 230.29º 0.44% 0.53% -
HSV(B) 230.29º 0.56% 0.73% -
XYZ 16.91 14.31 48.88 -
YUV 103.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 82 99 187 0.56 0.47 0 0.27 230.29 0.44 0.53
Hex 52 63 BB 38 2F 0 1B E6 2C 35
Octal 122 143 273 70 57 0 33 346 54 65
Binary 1010010 1100011 10111011 111000 101111 0 11011 11100110 101100 110101

Color Harmonies of #5263BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5263BB

Black with #5263BB

Text Example


Text Example

White with #5263BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5263BB;
 }
 .AnyTagClassName
 {
   color: #5263BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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