Html Css Color HEX #5259CE Free Speech Blue

📋 copy color: '#5259CE'

red 82 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Blue #5259CE

Tints of Free Speech Blue #5259CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 21.75%
G = 23.61%
B = 54.64%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5259CE (or 0x5259CE) is known color: Free Speech Blue. HEX triplet: 52, 59 and CE. RGB value is (82,89,206). Sum of RGB (Red+Green+Blue) = 82+89+206=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5259CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259CE is #ADA631. Grayscale: #636363. Windows color (decimal): -11380274 or 13523282. OLE color: 13523282.

HSL color Cylindrical-coordinate representation of color #5259CE: hue angle of 236.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5259CE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 89 206 -
CMYK 0.60 0.57 0 0.19
HSL 236.61º 0.56% 0.56% -
HSV(B) 236.61º 0.6% 0.81% -
XYZ 18.19 13.39 60.02 -
YUV 100.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 82 89 206 0.60 0.57 0 0.19 236.61 0.56 0.56
Hex 52 59 CE 3C 39 0 13 ED 38 38
Octal 122 131 316 74 71 0 23 355 70 70
Binary 1010010 1011001 11001110 111100 111001 0 10011 11101101 111000 111000

Color Harmonies of #5259CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259CE

Black with #5259CE

Text Example


Text Example

White with #5259CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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