Html Css Color HEX #525EC9 Free Speech Blue

📋 copy color: '#525EC9'

red 82 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Blue #525EC9

Tints of Free Speech Blue #525EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 21.75%
G = 24.93%
B = 53.32%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#525EC9 (or 0x525EC9) is known color: Free Speech Blue. HEX triplet: 52, 5E and C9. RGB value is (82,94,201). Sum of RGB (Red+Green+Blue) = 82+94+201=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #525EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EC9 is #ADA136. Grayscale: #666666. Windows color (decimal): -11378999 or 13196882. OLE color: 13196882.

HSL color Cylindrical-coordinate representation of color #525EC9: hue angle of 233.95º 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 #525EC9 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 94 201 -
CMYK 0.59 0.53 0 0.21
HSL 233.95º 0.52% 0.55% -
HSV(B) 233.95º 0.59% 0.79% -
XYZ 18.02 14.02 57.01 -
YUV 102.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 82 94 201 0.59 0.53 0 0.21 233.95 0.52 0.55
Hex 52 5E C9 3B 35 0 15 EA 34 37
Octal 122 136 311 73 65 0 25 352 64 67
Binary 1010010 1011110 11001001 111011 110101 0 10101 11101010 110100 110111

Color Harmonies of #525EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EC9

Black with #525EC9

Text Example


Text Example

White with #525EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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