Html Css Color HEX #5058CB Free Speech Blue

📋 copy color: '#5058CB'

red 80 ◦ green 88 ◦ blue 203

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

Shades of Free Speech Blue #5058CB

Tints of Free Speech Blue #5058CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 21.56%
G = 23.72%
B = 54.72%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5058CB (or 0x5058CB) is known color: Free Speech Blue. HEX triplet: 50, 58 and CB. RGB value is (80,88,203). Sum of RGB (Red+Green+Blue) = 80+88+203=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #5058CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5058CB is #AFA734. Grayscale: #626262. Windows color (decimal): -11511605 or 13326416. OLE color: 13326416.

HSL color Cylindrical-coordinate representation of color #5058CB: hue angle of 236.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5058CB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 88 203 -
CMYK 0.61 0.57 0 0.20
HSL 236.1º 0.54% 0.55% -
HSV(B) 236.1º 0.61% 0.8% -
XYZ 17.58 13 58.08 -
YUV 98.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 80 88 203 0.61 0.57 0 0.20 236.1 0.54 0.55
Hex 50 58 CB 3D 39 0 14 EC 36 37
Octal 120 130 313 75 71 0 24 354 66 67
Binary 1010000 1011000 11001011 111101 111001 0 10100 11101100 110110 110111

Color Harmonies of #5058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5058CB

Black with #5058CB

Text Example


Text Example

White with #5058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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