Html Css Color HEX #5358DC Free Speech Blue

📋 copy color: '#5358DC'

red 83 ◦ green 88 ◦ blue 220

#5358DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5358DC

Tints of Free Speech Blue #5358DC

RGB

 RED value IS 83 (32.81% from 255) = 21.23%

 GREEN value IS 88 (34.77% from 255) = 22.51%

 BLUE value IS 220 (86.33% from 255) = 56.27%

R = 21.23%
G = 22.51%
B = 56.27%

CMYK

 C value IS 0.62

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5358DC (or 0x5358DC) is known color: Free Speech Blue. HEX triplet: 53, 58 and DC. RGB value is (83,88,220). Sum of RGB (Red+Green+Blue) = 83+88+220=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5358DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5358DC is #ACA723. Grayscale: #656565. Windows color (decimal): -11314980 or 14440531. OLE color: 14440531.

HSL color Cylindrical-coordinate representation of color #5358DC: hue angle of 237.81º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5358DC is Cyan = 0.62, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 88 220 -
CMYK 0.62 0.6 0 0.14
HSL 237.81º 0.66% 0.59% -
HSV(B) 237.81º 0.62% 0.86% -
XYZ 19.98 13.99 69.36 -
YUV 101.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 83 88 220 0.62 0.6 0 0.14 237.81 0.66 0.59
Hex 53 58 DC 3E 3C 0 E EE 42 3B
Octal 123 130 334 76 74 0 16 356 102 73
Binary 1010011 1011000 11011100 111110 111100 0 1110 11101110 1000010 111011

Color Harmonies of #5358DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5358DC

Black with #5358DC

Text Example


Text Example

White with #5358DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5358DC;
 }
 .AnyTagClassName
 {
   color: #5358DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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