Html Css Color HEX #5259BE Free Speech Blue

📋 copy color: '#5259BE'

red 82 ◦ green 89 ◦ blue 190

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

Shades of Free Speech Blue #5259BE

Tints of Free Speech Blue #5259BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 22.71%
G = 24.65%
B = 52.63%

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

#5259BE (or 0x5259BE) is known color: Free Speech Blue. HEX triplet: 52, 59 and BE. RGB value is (82,89,190). Sum of RGB (Red+Green+Blue) = 82+89+190=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5259BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259BE is #ADA641. Grayscale: #626262. Windows color (decimal): -11380290 or 12474706. OLE color: 12474706.

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

Color convert

RGB 82 89 190 -
CMYK 0.57 0.53 0 0.25
HSL 236.11º 0.45% 0.53% -
HSV(B) 236.11º 0.57% 0.75% -
XYZ 16.35 12.66 50.3 -
YUV 98.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 82 89 190 0.57 0.53 0 0.25 236.11 0.45 0.53
Hex 52 59 BE 39 35 0 19 EC 2D 35
Octal 122 131 276 71 65 0 31 354 55 65
Binary 1010010 1011001 10111110 111001 110101 0 11001 11101100 101101 110101

Color Harmonies of #5259BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259BE

Black with #5259BE

Text Example


Text Example

White with #5259BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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