Html Css Color HEX #5259BF Free Speech Blue

📋 copy color: '#5259BF'

red 82 ◦ green 89 ◦ blue 191

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

Shades of Free Speech Blue #5259BF

Tints of Free Speech Blue #5259BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 22.65%
G = 24.59%
B = 52.76%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5259BF (or 0x5259BF) is known color: Free Speech Blue. HEX triplet: 52, 59 and BF. RGB value is (82,89,191). Sum of RGB (Red+Green+Blue) = 82+89+191=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #5259BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259BF is #ADA640. Grayscale: #626262. Windows color (decimal): -11380289 or 12540242. OLE color: 12540242.

HSL color Cylindrical-coordinate representation of color #5259BF: hue angle of 236.15º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5259BF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 89 191 -
CMYK 0.57 0.53 0 0.25
HSL 236.15º 0.46% 0.54% -
HSV(B) 236.15º 0.57% 0.75% -
XYZ 16.46 12.7 50.87 -
YUV 98.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 82 89 191 0.57 0.53 0 0.25 236.15 0.46 0.54
Hex 52 59 BF 39 35 0 19 EC 2E 36
Octal 122 131 277 71 65 0 31 354 56 66
Binary 1010010 1011001 10111111 111001 110101 0 11001 11101100 101110 110110

Color Harmonies of #5259BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259BF

Black with #5259BF

Text Example


Text Example

White with #5259BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5259BF; }

 p { color: rgb(82,89,191); }

 H1.HeaderClassName
 {
   color: #5259BF;
 }
 .AnyTagClassName
 {
   color: #5259BF;
 }
</style>

background-color css

<style>
 a { background-color: #5259BF; }

 a { background-color: rgb(82,89,191); }

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

border-color css

<style>
 span { border-color: #5259BF; }

 span { border-color: rgb(82,89,191); }

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