#535CC5

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

Shades of Free Speech Blue #535CC5

Tints of Free Speech Blue #535CC5

Color information

#535CC5 (or 0x535CC5) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5C and C5. RGB value is (83,92,197). Sum of RGB (Red+Green+Blue) = 83+92+197=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #535CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CC5 is #ACA33A. Grayscale: #646464. Windows color (decimal): -11313979 or 12934227. OLE color: 12934227.

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

Color convert

RGB8392197-
CMYK0.580.5300.23
HSL235.26º49.57%54.9%-
HSV(B)235.26º57.87%77.25%-
XYZ17.4713.5254.51-
YUV101.28182.02114.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 197 (77.34% from 255) = 52.96%
R=22.31%
G=24.73%
B=52.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83921970.580.5300.23235.2649.5754.9
Hex535CC53A35017eb3237
Octal12313430572650273536267
Binary101001110111001100010111101011010101011111101011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,197); }

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

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

 a { background-color: rgb(83,92,197); }

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

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

 span { border-color: rgb(83,92,197); }

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