#534FC4

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

Shades of Free Speech Blue #534FC4

Tints of Free Speech Blue #534FC4

Color information

#534FC4 (or 0x534FC4) is unknown color: approx Free Speech Blue. HEX triplet: 53, 4F and C4. RGB value is (83,79,196). Sum of RGB (Red+Green+Blue) = 83+79+196=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #534FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FC4 is #ACB03B. Grayscale: #5D5D5D. Windows color (decimal): -11317308 or 12865363. OLE color: 12865363.

HSL color Cylindrical-coordinate representation of color #534FC4: hue angle of 242.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534FC4 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8379196-
CMYK0.580.6000.23
HSL242.05º49.79%53.92%-
HSV(B)242.05º59.69%76.86%-
XYZ16.3311.4253.57-
YUV93.53185.83120.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=23.18%
G=22.07%
B=54.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83791960.580.6000.23242.0549.7953.92
Hex534FC43A3C017f23236
Octal12311730472740273626266
Binary101001110011111100010011101011110001011111110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534FC4; }

 p { color: rgb(83,79,196); }

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

<style>
 a { background-color: #534FC4; }

 a { background-color: rgb(83,79,196); }

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

<style>
 span { border-color: #534FC4; }

 span { border-color: rgb(83,79,196); }

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