Html Css Color HEX #5663CC Free Speech Blue

📋 copy color: '#5663CC'

red 86 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #5663CC

Tints of Free Speech Blue #5663CC

RGB

 RED value IS 86 (33.98% from 255) = 22.11%

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

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

R = 22.11%
G = 25.45%
B = 52.44%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5663CC (or 0x5663CC) is known color: Free Speech Blue. HEX triplet: 56, 63 and CC. RGB value is (86,99,204). Sum of RGB (Red+Green+Blue) = 86+99+204=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5663CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663CC is #A99C33. Grayscale: #6A6A6A. Windows color (decimal): -11115572 or 13394774. OLE color: 13394774.

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

Color convert

RGB 86 99 204 -
CMYK 0.58 0.51 0 0.2
HSL 233.39º 0.54% 0.57% -
HSV(B) 233.39º 0.58% 0.8% -
XYZ 19.2 15.26 59.06 -
YUV 107.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 86 99 204 0.58 0.51 0 0.2 233.39 0.54 0.57
Hex 56 63 CC 3A 33 0 14 E9 36 39
Octal 126 143 314 72 63 0 24 351 66 71
Binary 1010110 1100011 11001100 111010 110011 0 10100 11101001 110110 111001

Color Harmonies of #5663CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663CC

Black with #5663CC

Text Example


Text Example

White with #5663CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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