Html Css Color HEX #5059CF Free Speech Blue

📋 copy color: '#5059CF'

red 80 ◦ green 89 ◦ blue 207

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

Shades of Free Speech Blue #5059CF

Tints of Free Speech Blue #5059CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 21.28%
G = 23.67%
B = 55.05%

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

#5059CF (or 0x5059CF) is known color: Free Speech Blue. HEX triplet: 50, 59 and CF. RGB value is (80,89,207). Sum of RGB (Red+Green+Blue) = 80+89+207=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #5059CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059CF is #AFA630. Grayscale: #636363. Windows color (decimal): -11511345 or 13588816. OLE color: 13588816.

HSL color Cylindrical-coordinate representation of color #5059CF: hue angle of 235.75º degrees, saturation: 0.57, 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 #5059CF is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 89 207 -
CMYK 0.61 0.57 0 0.19
HSL 235.75º 0.57% 0.56% -
HSV(B) 235.75º 0.61% 0.81% -
XYZ 18.14 13.36 60.65 -
YUV 99.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 80 89 207 0.61 0.57 0 0.19 235.75 0.57 0.56
Hex 50 59 CF 3D 39 0 13 EC 39 38
Octal 120 131 317 75 71 0 23 354 71 70
Binary 1010000 1011001 11001111 111101 111001 0 10011 11101100 111001 111000

Color Harmonies of #5059CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059CF

Black with #5059CF

Text Example


Text Example

White with #5059CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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