Html Css Color HEX #5260BD Free Speech Blue

📋 copy color: '#5260BD'

red 82 ◦ green 96 ◦ blue 189

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

Shades of Free Speech Blue #5260BD

Tints of Free Speech Blue #5260BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 22.34%
G = 26.16%
B = 51.5%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5260BD (or 0x5260BD) is known color: Free Speech Blue. HEX triplet: 52, 60 and BD. RGB value is (82,96,189). Sum of RGB (Red+Green+Blue) = 82+96+189=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #5260BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260BD is #AD9F42. Grayscale: #666666. Windows color (decimal): -11378499 or 12410962. OLE color: 12410962.

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

Color convert

RGB 82 96 189 -
CMYK 0.57 0.49 0 0.26
HSL 232.15º 0.45% 0.53% -
HSV(B) 232.15º 0.57% 0.74% -
XYZ 16.85 13.83 49.93 -
YUV 102.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 82 96 189 0.57 0.49 0 0.26 232.15 0.45 0.53
Hex 52 60 BD 39 31 0 1A E8 2D 35
Octal 122 140 275 71 61 0 32 350 55 65
Binary 1010010 1100000 10111101 111001 110001 0 11010 11101000 101101 110101

Color Harmonies of #5260BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5260BD

Black with #5260BD

Text Example


Text Example

White with #5260BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5260BD;
 }
 .AnyTagClassName
 {
   color: #5260BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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