#525CC1

Color #525CC1 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #525CC1

Tints of Free Speech Blue #525CC1

Color information

#525CC1 (or 0x525CC1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5C and C1. RGB value is (82,92,193). Sum of RGB (Red+Green+Blue) = 82+92+193=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #525CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CC1 is #ADA33E. Grayscale: #646464. Windows color (decimal): -11379519 or 12672082. OLE color: 12672082.

HSL color Cylindrical-coordinate representation of color #525CC1: hue angle of 234.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525CC1 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8292193-
CMYK0.580.5200.24
HSL234.59º47.23%53.92%-
HSV(B)234.59º57.51%75.69%-
XYZ16.9313.352.13-
YUV100.52180.19114.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=22.34%
G=25.07%
B=52.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82921930.580.5200.24234.5947.2353.92
Hex525CC13A34018eb2f36
Octal12213430172640303535766
Binary101001010111001100000111101011010001100011101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,92,193); }

 H1.HeaderClassName
 {
   color: #525CC1;
 }
 .AnyTagClassName
 {
   color: #525CC1;
 }
</style>
background-color css

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

 a { background-color: rgb(82,92,193); }

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

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

 span { border-color: rgb(82,92,193); }

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