#535fcd

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

Shades of Free Speech Blue #535FCD

Tints of Free Speech Blue #535FCD

Color information

#535FCD (or 0x535FCD) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5F and CD. RGB value is (83,95,205). Sum of RGB (Red+Green+Blue) = 83+95+205=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #535FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FCD is #ACA032. Grayscale: #676767. Windows color (decimal): -11313203 or 13459283. OLE color: 13459283.

HSL color Cylindrical-coordinate representation of color #535FCD: hue angle of 234.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535FCD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8395205-
CMYK0.600.5400.20
HSL234.1º54.95%56.47%-
HSV(B)234.1º59.51%80.39%-
XYZ18.6814.4359.56-
YUV103.95185.02113.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=21.67%
G=24.80%
B=53.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83952050.600.5400.20234.154.9556.47
Hex535FCD3C36014ea3738
Octal12313731574660243526770
Binary101001110111111100110111110011011001010011101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535fcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,205); }

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

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

 a { background-color: rgb(83,95,205); }

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

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

 span { border-color: rgb(83,95,205); }

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