Html Css Color HEX #5041CB Free Speech Blue

📋 copy color: '#5041CB'

red 80 ◦ green 65 ◦ blue 203

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

Shades of Free Speech Blue #5041CB

Tints of Free Speech Blue #5041CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 22.99%
G = 18.68%
B = 58.33%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5041CB (or 0x5041CB) is known color: Free Speech Blue. HEX triplet: 50, 41 and CB. RGB value is (80,65,203). Sum of RGB (Red+Green+Blue) = 80+65+203=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #5041CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041CB is #AFBE34. Grayscale: #545454. Windows color (decimal): -11517493 or 13320528. OLE color: 13320528.

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

Color convert

RGB 80 65 203 -
CMYK 0.61 0.68 0 0.20
HSL 246.52º 0.57% 0.53% -
HSV(B) 246.52º 0.68% 0.8% -
XYZ 15.98 9.8 57.55 -
YUV 85.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 80 65 203 0.61 0.68 0 0.20 246.52 0.57 0.53
Hex 50 41 CB 3D 44 0 14 F7 39 35
Octal 120 101 313 75 104 0 24 367 71 65
Binary 1010000 1000001 11001011 111101 1000100 0 10100 11110111 111001 110101

Color Harmonies of #5041CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5041CB

Black with #5041CB

Text Example


Text Example

White with #5041CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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