#5358CA

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

Shades of Free Speech Blue #5358CA

Tints of Free Speech Blue #5358CA

Color information

#5358CA (or 0x5358CA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 58 and CA. RGB value is (83,88,202). Sum of RGB (Red+Green+Blue) = 83+88+202=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5358CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5358CA is #ACA735. Grayscale: #636363. Windows color (decimal): -11314998 or 13260883. OLE color: 13260883.

HSL color Cylindrical-coordinate representation of color #5358CA: hue angle of 237.48º 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 #5358CA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8388202-
CMYK0.590.5600.21
HSL237.48º52.89%55.88%-
HSV(B)237.48º58.91%79.22%-
XYZ17.7213.0857.47-
YUV99.5185.84116.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=22.25%
G=23.59%
B=54.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83882020.590.5600.21237.4852.8955.88
Hex5358CA3B38015ed3538
Octal12313031273700253556570
Binary101001110110001100101011101111100001010111101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5358CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5358CA; }

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

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

<style>
 a { background-color: #5358CA; }

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

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

<style>
 span { border-color: #5358CA; }

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

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