Html Css Color HEX #525BBE Free Speech Blue

📋 copy color: '#525BBE'

red 82 ◦ green 91 ◦ blue 190

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

Shades of Free Speech Blue #525BBE

Tints of Free Speech Blue #525BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

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

R = 22.59%
G = 25.07%
B = 52.34%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#525BBE (or 0x525BBE) is known color: Free Speech Blue. HEX triplet: 52, 5B and BE. RGB value is (82,91,190). Sum of RGB (Red+Green+Blue) = 82+91+190=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #525BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BBE is #ADA441. Grayscale: #636363. Windows color (decimal): -11379778 or 12475218. OLE color: 12475218.

HSL color Cylindrical-coordinate representation of color #525BBE: hue angle of 235º 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 #525BBE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 91 190 -
CMYK 0.57 0.52 0 0.25
HSL 235º 0.45% 0.53% -
HSV(B) 235º 0.57% 0.75% -
XYZ 16.52 12.99 50.35 -
YUV 99.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 82 91 190 0.57 0.52 0 0.25 235 0.45 0.53
Hex 52 5B BE 39 34 0 19 EB 2D 35
Octal 122 133 276 71 64 0 31 353 55 65
Binary 1010010 1011011 10111110 111001 110100 0 11001 11101011 101101 110101

Color Harmonies of #525BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BBE

Black with #525BBE

Text Example


Text Example

White with #525BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525BBE; }

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

 H1.HeaderClassName
 {
   color: #525BBE;
 }
 .AnyTagClassName
 {
   color: #525BBE;
 }
</style>

background-color css

<style>
 a { background-color: #525BBE; }

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

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

border-color css

<style>
 span { border-color: #525BBE; }

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

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