Html Css Color HEX #5358CE Free Speech Blue

📋 copy color: '#5358CE'

red 83 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #5358CE

Tints of Free Speech Blue #5358CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 22.02%
G = 23.34%
B = 54.64%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5358CE (or 0x5358CE) is known color: Free Speech Blue. HEX triplet: 53, 58 and CE. RGB value is (83,88,206). Sum of RGB (Red+Green+Blue) = 83+88+206=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5358CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5358CE is #ACA731. Grayscale: #636363. Windows color (decimal): -11314994 or 13523027. OLE color: 13523027.

HSL color Cylindrical-coordinate representation of color #5358CE: hue angle of 237.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5358CE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 88 206 -
CMYK 0.60 0.57 0 0.19
HSL 237.56º 0.56% 0.57% -
HSV(B) 237.56º 0.6% 0.81% -
XYZ 18.2 13.27 60 -
YUV 99.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 83 88 206 0.60 0.57 0 0.19 237.56 0.56 0.57
Hex 53 58 CE 3C 39 0 13 EE 38 39
Octal 123 130 316 74 71 0 23 356 70 71
Binary 1010011 1011000 11001110 111100 111001 0 10011 11101110 111000 111001

Color Harmonies of #5358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5358CE

Black with #5358CE

Text Example


Text Example

White with #5358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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