#535EC8

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

Shades of Free Speech Blue #535EC8

Tints of Free Speech Blue #535EC8

Color information

#535EC8 (or 0x535EC8) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5E and C8. RGB value is (83,94,200). Sum of RGB (Red+Green+Blue) = 83+94+200=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #535EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EC8 is #ACA137. Grayscale: #666666. Windows color (decimal): -11313464 or 13131347. OLE color: 13131347.

HSL color Cylindrical-coordinate representation of color #535EC8: hue angle of 234.36º degrees, saturation: 0.52, 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 #535EC8 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8394200-
CMYK0.580.5300.22
HSL234.36º51.54%55.49%-
HSV(B)234.36º58.5%78.43%-
XYZ1814.0156.4-
YUV102.8182.86113.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=22.02%
G=24.93%
B=53.05%

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
Decimal83942000.580.5300.22234.3651.5455.49
Hex535EC83A35016ea3437
Octal12313631072650263526467
Binary101001110111101100100011101011010101011011101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,200); }

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

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

 a { background-color: rgb(83,94,200); }

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

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

 span { border-color: rgb(83,94,200); }

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