Html Css Color HEX #5063CC Free Speech Blue

📋 copy color: '#5063CC'

red 80 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #5063CC

Tints of Free Speech Blue #5063CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 20.89%
G = 25.85%
B = 53.26%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5063CC (or 0x5063CC) is known color: Free Speech Blue. HEX triplet: 50, 63 and CC. RGB value is (80,99,204). Sum of RGB (Red+Green+Blue) = 80+99+204=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5063CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5063CC is #AF9C33. Grayscale: #686868. Windows color (decimal): -11508788 or 13394768. OLE color: 13394768.

HSL color Cylindrical-coordinate representation of color #5063CC: hue angle of 230.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5063CC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 99 204 -
CMYK 0.61 0.51 0 0.2
HSL 230.81º 0.55% 0.56% -
HSV(B) 230.81º 0.61% 0.8% -
XYZ 18.67 14.99 59.04 -
YUV 105.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 80 99 204 0.61 0.51 0 0.2 230.81 0.55 0.56
Hex 50 63 CC 3D 33 0 14 E7 37 38
Octal 120 143 314 75 63 0 24 347 67 70
Binary 1010000 1100011 11001100 111101 110011 0 10100 11100111 110111 111000

Color Harmonies of #5063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5063CC

Black with #5063CC

Text Example


Text Example

White with #5063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5063CC; }

 p { color: rgb(80,99,204); }

 H1.HeaderClassName
 {
   color: #5063CC;
 }
 .AnyTagClassName
 {
   color: #5063CC;
 }
</style>

background-color css

<style>
 a { background-color: #5063CC; }

 a { background-color: rgb(80,99,204); }

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

border-color css

<style>
 span { border-color: #5063CC; }

 span { border-color: rgb(80,99,204); }

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