Html Css Color HEX #5059CB Free Speech Blue

📋 copy color: '#5059CB'

red 80 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Blue #5059CB

Tints of Free Speech Blue #5059CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

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

R = 21.51%
G = 23.92%
B = 54.57%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5059CB (or 0x5059CB) is known color: Free Speech Blue. HEX triplet: 50, 59 and CB. RGB value is (80,89,203). Sum of RGB (Red+Green+Blue) = 80+89+203=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #5059CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059CB is #AFA634. Grayscale: #626262. Windows color (decimal): -11511349 or 13326672. OLE color: 13326672.

HSL color Cylindrical-coordinate representation of color #5059CB: hue angle of 235.61º 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 #5059CB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 89 203 -
CMYK 0.61 0.56 0 0.20
HSL 235.61º 0.54% 0.55% -
HSV(B) 235.61º 0.61% 0.8% -
XYZ 17.66 13.16 58.11 -
YUV 99.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 80 89 203 0.61 0.56 0 0.20 235.61 0.54 0.55
Hex 50 59 CB 3D 38 0 14 EC 36 37
Octal 120 131 313 75 70 0 24 354 66 67
Binary 1010000 1011001 11001011 111101 111000 0 10100 11101100 110110 110111

Color Harmonies of #5059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059CB

Black with #5059CB

Text Example


Text Example

White with #5059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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