#535DC6

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

Shades of Free Speech Blue #535DC6

Tints of Free Speech Blue #535DC6

Color information

#535DC6 (or 0x535DC6) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5D and C6. RGB value is (83,93,198). Sum of RGB (Red+Green+Blue) = 83+93+198=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #535DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DC6 is #ACA239. Grayscale: #656565. Windows color (decimal): -11313722 or 13000019. OLE color: 13000019.

HSL color Cylindrical-coordinate representation of color #535DC6: hue angle of 234.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535DC6 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8393198-
CMYK0.580.5300.22
HSL234.78º50.22%55.1%-
HSV(B)234.78º58.08%77.65%-
XYZ17.6713.7455.15-
YUV101.98182.19114.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=22.19%
G=24.87%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83931980.580.5300.22234.7850.2255.1
Hex535DC63A35016eb3237
Octal12313530672650263536267
Binary101001110111011100011011101011010101011011101011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,198); }

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

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

 a { background-color: rgb(83,93,198); }

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

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

 span { border-color: rgb(83,93,198); }

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