Html Css Color HEX #525DC9 Free Speech Blue

📋 copy color: '#525DC9'

red 82 ◦ green 93 ◦ blue 201

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

Shades of Free Speech Blue #525DC9

Tints of Free Speech Blue #525DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 21.81%
G = 24.73%
B = 53.46%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#525DC9 (or 0x525DC9) is known color: Free Speech Blue. HEX triplet: 52, 5D and C9. RGB value is (82,93,201). Sum of RGB (Red+Green+Blue) = 82+93+201=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #525DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DC9 is #ADA236. Grayscale: #656565. Windows color (decimal): -11379255 or 13196626. OLE color: 13196626.

HSL color Cylindrical-coordinate representation of color #525DC9: hue angle of 234.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525DC9 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 93 201 -
CMYK 0.59 0.54 0 0.21
HSL 234.45º 0.52% 0.55% -
HSV(B) 234.45º 0.59% 0.79% -
XYZ 17.94 13.84 56.98 -
YUV 102.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 82 93 201 0.59 0.54 0 0.21 234.45 0.52 0.55
Hex 52 5D C9 3B 36 0 15 EA 34 37
Octal 122 135 311 73 66 0 25 352 64 67
Binary 1010010 1011101 11001001 111011 110110 0 10101 11101010 110100 110111

Color Harmonies of #525DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DC9

Black with #525DC9

Text Example


Text Example

White with #525DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,201); }

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

background-color css

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

 a { background-color: rgb(82,93,201); }

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

border-color css

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

 span { border-color: rgb(82,93,201); }

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