Html Css Color HEX #5058CE Free Speech Blue

📋 copy color: '#5058CE'

red 80 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #5058CE

Tints of Free Speech Blue #5058CE

RGB

 RED value IS 80 (31.64% from 255) = 21.39%

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

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

R = 21.39%
G = 23.53%
B = 55.08%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5058CE (or 0x5058CE) is known color: Free Speech Blue. HEX triplet: 50, 58 and CE. RGB value is (80,88,206). Sum of RGB (Red+Green+Blue) = 80+88+206=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5058CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5058CE is #AFA731. Grayscale: #626262. Windows color (decimal): -11511602 or 13523024. OLE color: 13523024.

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

Color convert

RGB 80 88 206 -
CMYK 0.61 0.57 0 0.19
HSL 236.19º 0.56% 0.56% -
HSV(B) 236.19º 0.61% 0.81% -
XYZ 17.94 13.14 59.98 -
YUV 99.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 80 88 206 0.61 0.57 0 0.19 236.19 0.56 0.56
Hex 50 58 CE 3D 39 0 13 EC 38 38
Octal 120 130 316 75 71 0 23 354 70 70
Binary 1010000 1011000 11001110 111101 111001 0 10011 11101100 111000 111000

Color Harmonies of #5058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5058CE

Black with #5058CE

Text Example


Text Example

White with #5058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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