#534BC4

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

Shades of Free Speech Blue #534BC4

Tints of Free Speech Blue #534BC4

Color information

#534BC4 (or 0x534BC4) is unknown color: approx Free Speech Blue. HEX triplet: 53, 4B and C4. RGB value is (83,75,196). Sum of RGB (Red+Green+Blue) = 83+75+196=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #534BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BC4 is #ACB43B. Grayscale: #5A5A5A. Windows color (decimal): -11318332 or 12864339. OLE color: 12864339.

HSL color Cylindrical-coordinate representation of color #534BC4: hue angle of 243.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534BC4 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8375196-
CMYK0.580.6200.23
HSL243.97º50.63%53.14%-
HSV(B)243.97º61.73%76.86%-
XYZ16.0510.8653.47-
YUV91.19187.15122.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 196 (76.95% from 255) = 55.37%
R=23.45%
G=21.19%
B=55.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83751960.580.6200.23243.9750.6353.14
Hex534BC43A3E017f43335
Octal12311330472760273646365
Binary101001110010111100010011101011111001011111110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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