#524CCB

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

Shades of Free Speech Blue #524CCB

Tints of Free Speech Blue #524CCB

Color information

#524CCB (or 0x524CCB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4C and CB. RGB value is (82,76,203). Sum of RGB (Red+Green+Blue) = 82+76+203=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #524CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CCB is #ADB334. Grayscale: #5B5B5B. Windows color (decimal): -11383605 or 13323346. OLE color: 13323346.

HSL color Cylindrical-coordinate representation of color #524CCB: hue angle of 242.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524CCB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8276203-
CMYK0.600.6300.20
HSL242.83º54.98%54.71%-
HSV(B)242.83º62.56%79.61%-
XYZ16.8411.2757.79-
YUV92.27190.49120.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 203 (79.69% from 255) = 56.23%
R=22.71%
G=21.05%
B=56.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82762030.600.6300.20242.8354.9854.71
Hex524CCB3C3F014f33737
Octal12211431374770243636767
Binary101001010011001100101111110011111101010011110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524CCB; }

 p { color: rgb(82,76,203); }

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

<style>
 a { background-color: #524CCB; }

 a { background-color: rgb(82,76,203); }

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

<style>
 span { border-color: #524CCB; }

 span { border-color: rgb(82,76,203); }

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