#535AC0

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

Shades of Free Speech Blue #535AC0

Tints of Free Speech Blue #535AC0

Color information

#535AC0 (or 0x535AC0) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5A and C0. RGB value is (83,90,192). Sum of RGB (Red+Green+Blue) = 83+90+192=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #535AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AC0 is #ACA53F. Grayscale: #636363. Windows color (decimal): -11314496 or 12606035. OLE color: 12606035.

HSL color Cylindrical-coordinate representation of color #535AC0: hue angle of 236.15º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535AC0 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8390192-
CMYK0.570.5300.25
HSL236.15º46.38%53.92%-
HSV(B)236.15º56.77%75.29%-
XYZ16.7412.9651.49-
YUV99.54180.18116.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=22.74%
G=24.66%
B=52.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83901920.570.5300.25236.1546.3853.92
Hex535AC03935019ec2e36
Octal12313230071650313545666
Binary101001110110101100000011100111010101100111101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535AC0; }

 p { color: rgb(83,90,192); }

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

<style>
 a { background-color: #535AC0; }

 a { background-color: rgb(83,90,192); }

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

<style>
 span { border-color: #535AC0; }

 span { border-color: rgb(83,90,192); }

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