#534FCC

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

Shades of Free Speech Blue #534FCC

Tints of Free Speech Blue #534FCC

Color information

#534FCC (or 0x534FCC) is unknown color: approx Free Speech Blue. HEX triplet: 53, 4F and CC. RGB value is (83,79,204). Sum of RGB (Red+Green+Blue) = 83+79+204=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #534FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FCC is #ACB033. Grayscale: #5D5D5D. Windows color (decimal): -11317300 or 13389651. OLE color: 13389651.

HSL color Cylindrical-coordinate representation of color #534FCC: hue angle of 241.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534FCC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8379204-
CMYK0.590.6100.2
HSL241.92º55.07%55.49%-
HSV(B)241.92º61.27%80%-
XYZ17.2611.7958.49-
YUV94.45189.83119.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=22.68%
G=21.58%
B=55.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal83792040.590.6100.2241.9255.0755.49
Hex534FCC3B3D014f23737
Octal12311731473750243626767
Binary101001110011111100110011101111110101010011110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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