Html Css Color HEX #5060C0 Free Speech Blue

📋 copy color: '#5060C0'

red 80 ◦ green 96 ◦ blue 192

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

Shades of Free Speech Blue #5060C0

Tints of Free Speech Blue #5060C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 192 (75.39% from 255) = 52.17%

R = 21.74%
G = 26.09%
B = 52.17%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5060C0 (or 0x5060C0) is known color: Free Speech Blue. HEX triplet: 50, 60 and C0. RGB value is (80,96,192). Sum of RGB (Red+Green+Blue) = 80+96+192=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #5060C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060C0 is #AF9F3F. Grayscale: #656565. Windows color (decimal): -11509568 or 12607568. OLE color: 12607568.

HSL color Cylindrical-coordinate representation of color #5060C0: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5060C0 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 96 192 -
CMYK 0.58 0.50 0 0.25
HSL 231.43º 0.47% 0.53% -
HSV(B) 231.43º 0.58% 0.75% -
XYZ 17.01 13.88 51.65 -
YUV 102.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 80 96 192 0.58 0.50 0 0.25 231.43 0.47 0.53
Hex 50 60 C0 3A 32 0 19 E7 2F 35
Octal 120 140 300 72 62 0 31 347 57 65
Binary 1010000 1100000 11000000 111010 110010 0 11001 11100111 101111 110101

Color Harmonies of #5060C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060C0

Black with #5060C0

Text Example


Text Example

White with #5060C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060C0; }

 p { color: rgb(80,96,192); }

 H1.HeaderClassName
 {
   color: #5060C0;
 }
 .AnyTagClassName
 {
   color: #5060C0;
 }
</style>

background-color css

<style>
 a { background-color: #5060C0; }

 a { background-color: rgb(80,96,192); }

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

border-color css

<style>
 span { border-color: #5060C0; }

 span { border-color: rgb(80,96,192); }

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