#535ACA

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

Shades of Free Speech Blue #535ACA

Tints of Free Speech Blue #535ACA

Color information

#535ACA (or 0x535ACA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5A and CA. RGB value is (83,90,202). Sum of RGB (Red+Green+Blue) = 83+90+202=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #535ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ACA is #ACA535. Grayscale: #646464. Windows color (decimal): -11314486 or 13261395. OLE color: 13261395.

HSL color Cylindrical-coordinate representation of color #535ACA: hue angle of 236.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535ACA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8390202-
CMYK0.590.5500.21
HSL236.47º52.89%55.88%-
HSV(B)236.47º58.91%79.22%-
XYZ17.8813.4257.52-
YUV100.68185.18115.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=22.13%
G=24%
B=53.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83902020.590.5500.21236.4752.8955.88
Hex535ACA3B37015ec3538
Octal12313231273670253546570
Binary101001110110101100101011101111011101010111101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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